Linux KERNEL TESTING cyclictest

commandline session

$sudo autotest-local run cyclictest
21:11:12 INFO | Writing results to /usr/local/lib/python2.7/dist-packages/autotest/client/results/default
21:11:13 INFO | START	----	----	timestamp=1361806873	localtime=Feb 25 21:11:13
21:11:13 INFO | 	START	cyclictest	cyclictest	timestamp=1361806873	localtime=Feb 25 21:11:13
21:12:56 INFO | 		GOOD	cyclictest	cyclictest	timestamp=1361806976	localtime=Feb 25 21:12:56	completed successfully
21:12:56 INFO | 	END GOOD	cyclictest	cyclictest	timestamp=1361806976	localtime=Feb 25 21:12:56
21:12:56 INFO | END GOOD	----	----	timestamp=1361806976	localtime=Feb 25 21:12:56
$

JOB EXECUTION REPORT FOR cyclictest ( FIXME )

http://autotest.github.io/

STEPS TO COMPLETE ABOVE “A” TAG
1. CREATE AN ID RELATED TO “A” TAG
2. WRITE CSS CODE TO USE OVERPASS FONTS AND ALSO SIZE OF FONTS
3. INSTALL OVERPASS FONTS FROM https://github.com/RedHatBrand/RedHat-Overpass-Fonts/tree/master/Release
4. USING ID EMPOWER THE “A” TAG

R DATAVISUAL barplot

commandline session

> test  labeli  barplot(labeli,test)
Error in -0.01 * height : non-numeric argument to binary operator
> barplot(test)
> barplot(labeli)
Error in -0.01 * height : non-numeric argument to binary operator
> datavisual  library(nutshell)
Error in library(nutshell) : there is no package called ‘nutshell’
> barplot(datavisual)
Error in barplot.default(datavisual) :
  'height' must be a vector or a matrix
> datavisual.m
Error: object 'datavisual.m' not found
> doctorates.m  datavisual.m  datavisual.m  datavisual.m
     math phy che
[1,]   20  30  50
> barplot(datavisual.m)
> datavisual.m
     math phy che
[1,]   20  30  50
> beautifulwork  png(file="datavisualbarplot.png")
> barplot(datavisual.m)
> dev.off()
null device
          1
>

datavisualbarplot

R qplot from ggplot2 and binwidth=10 lscalls

commandline session

> lscalls
 [1]   2 707  16  11  25  26  24  38   4   5   2   1   2   9   1   1   2   1   1
[20]   1   1
> qplot(lscalls)
Error: could not find function "qplot"
> library(ggplot)
Error in library(ggplot) : there is no package called ‘ggplot’
> library(ggplot2)
Loading required package: reshape
Loading required package: plyr

Attaching package: ‘reshape’

The following object(s) are masked from ‘package:plyr’:

    rename, round_any

Loading required package: grid
Loading required package: proto
> qplot(lscalls)
stat_bin: binwidth defaulted to range/30. Use 'binwidth = x' to adjust this.
> qplot(lscalls.binwidth=4)
Error: attempt to apply non-function
> qplot(lscalls,binwidth=4)
> qplot(lscalls,binwidth=10)
> qplot(lscalls,binwidth=60)
> qplot(lscalls,binwidth=10)
> png(file="Rqplotbinwidth-lscalls.png")
> qplot(lscalls,binwidth=10)
> dev.off()
null device
          1
>

Rqplotbinwidth-lscalls

Linux KERNEL TESTING cyclictest ERROR

commandline session

$sudo client/autotest-local run cyclictest
/home/jeffrin/kernel-testing/autotest-autotest-e48676a/client/tests/cyclictest/control
18:53:47 INFO | Writing results to /home/jeffrin/kernel-testing/autotest-autotest-e48676a/client/results/default
18:53:48 INFO | START	----	----	timestamp=1361712228	localtime=Feb 24 18:53:48
18:53:48 INFO | 	START	cyclictest	cyclictest	timestamp=1361712228	localtime=Feb 24 18:53:48
18:53:48 ERROR| [stderr] make: *** No targets specified and no makefile found.  Stop.
18:53:48 ERROR| child process failed
18:53:48 INFO | 		ERROR	cyclictest	cyclictest	timestamp=1361712228	localtime=Feb 24 18:53:48	Command  failed, rc=2, Command returned non-zero exit status
  * Command:
      make
  Exit status: 2
  Duration: 0.0551118850708

  stderr:
  make: *** No targets specified and no makefile found.  Stop.
18:53:48 INFO | 	END ERROR	cyclictest	cyclictest	timestamp=1361712228	localtime=Feb 24 18:53:48
18:53:48 INFO | END GOOD	----	----	timestamp=1361712228	localtime=Feb 24 18:53:48
$

Linux KERNEL TESTING hwclock

commandline session

$sudo client/autotest-local --verbose run hwclock
/home/jeffrin/kernel-testing/autotest-autotest-e48676a/client/tests/hwclock/control
00:47:31 INFO | Writing results to /home/jeffrin/kernel-testing/autotest-autotest-e48676a/client/results/default
00:47:31 DEBUG| Initializing the state engine
00:47:31 DEBUG| Persistent state client.steps now set to []
00:47:31 DEBUG| Persistent option harness now set to None
00:47:31 DEBUG| Persistent option harness_args now set to None
00:47:31 DEBUG| Selected harness: standalone
00:47:31 DEBUG| Detected OS vendor: Debian
00:47:32 INFO | START	----	----	timestamp=13615601002	localtime=Feb 23 00:47:32
00:47:32 DEBUG| Persistent state client._record_indent now set to 1
00:47:32 INFO | 	START	hwclock	hwclock	timestamp=13615601002	localtime=Feb 23 00:47:32
00:47:32 DEBUG| Persistent state client._record_indent now set to 2
00:47:32 DEBUG| Persistent state client.unexpected_reboot now set to ('hwclock', 'hwclock')
00:47:32 INFO | Setting hwclock to 2/2/80 03:04:00
00:47:32 DEBUG| Running '/sbin/hwclock --set --date "2/2/80 03:04:00"'
00:47:34 DEBUG| Running 'LC_ALL=C /sbin/hwclock'
00:47:34 INFO | Restoring the hardware clock
00:47:34 DEBUG| Running '/sbin/hwclock --systohc --noadjfile --utc'
00:47:35 INFO | 		GOOD	hwclock	hwclock	timestamp=13615601005	localtime=Feb 23 00:47:35	completed successfully
00:47:35 INFO | 	END GOOD	hwclock	hwclock	timestamp=13615601005	localtime=Feb 23 00:47:35
00:47:35 DEBUG| Persistent state client._record_indent now set to 1
00:47:35 DEBUG| Persistent state client.unexpected_reboot deleted
00:47:35 INFO | END GOOD	----	----	timestamp=13615601005	localtime=Feb 23 00:47:35
00:47:35 DEBUG| Persistent state client._record_indent now set to 0
$

JOB EXECUTION REPORT FOR hwclock

Hacking with the Erlang Emulator

The  erl program starts an Erlang runtime system. The exact details
(for example, whether erl is a script or a program and which other
programs it calls) are system-dependent.





commandline session


$erl
Erlang R15B01 (erts-5.9.1) [source] [64-bit] [async-threads:0] [kernel-poll:false]

Eshell V5.9.1 (abort with ^G)
1> b().
ok
2> double = fun(value) -> 2*value end.
** exception error: no match of right hand side value #Fun<erl_eval.6.82930912>
3> double = fun(value) -> ( 2 * value) end.
** exception error: no match of right hand side value #Fun<erl_eval.6.82930912>
4> double = fun(value) -> 2 * value end.
** exception error: no match of right hand side value #Fun<erl_eval.6.82930912>
5> Double = fun(value) -> 2 * value end.
#Fun<erl_eval.6.82930912>
6> Double(5).
** exception error: no function clause matching
erl_eval:'-inside-an-interpreted-fun-'(5)
7> b().
Double =
fun(value) ->
2 * value
end
ok
8> Double(5).
** exception error: no function clause matching
erl_eval:'-inside-an-interpreted-fun-'(5)
9> Double = fun(Value) -> (2 * Value) end.
** exception error: no match of right hand side value #Fun<erl_eval.6.82930912>
10> Double = fun(Value) -> 2 * Value end.
** exception error: no match of right hand side value #Fun<erl_eval.6.82930912>
11> Double = fun(Value) -> 2*Value end.
** exception error: no match of right hand side value #Fun<erl_eval.6.82930912>
12> Double = fun(Value) -> 2*Value end.
** exception error: no match of right hand side value #Fun<erl_eval.6.82930912>
13> Double = fun(value) -> 2*value end.
#Fun<erl_eval.6.82930912>
14> b().
Double =
fun(value) ->
2 * value
end
ok
15> Double(5).
** exception error: no function clause matching
erl_eval:'-inside-an-interpreted-fun-'(5)
16> Double(2).
** exception error: no function clause matching
erl_eval:'-inside-an-interpreted-fun-'(2)
17> value = 10
17> Double(value).
* 2: syntax error before: Double
17> Double = fun(value) -> 2 * value end.
#Fun<erl_eval.6.82930912>
18> Double(value).
** exception error: bad argument in an arithmetic expression
in operator */2
called as 2 * value
19> Double = fun(value) -> 2 + value end.
** exception error: no match of right hand side value #Fun<erl_eval.6.82930912>
20> Double = fun(value) -> 2+value end.
** exception error: no match of right hand side value #Fun<erl_eval.6.82930912>
21> Double = fun(value) -> (2 + value) end.
** exception error: no match of right hand side value #Fun<erl_eval.6.82930912>
22> Double = fun(value) -> value end.
** exception error: no match of right hand side value #Fun<erl_eval.6.82930912>
23> Double = fun(value) -> value+1 end.
** exception error: no match of right hand side value #Fun<erl_eval.6.82930912>
24> Double1 = fun(value) -> value+1 end.
#Fun<erl_eval.6.82930912>
25> Double1(value).
** exception error: bad argument in an arithmetic expression
in operator +/2
called as value + 1
26> Double1(3).
** exception error: no function clause matching
erl_eval:'-inside-an-interpreted-fun-'(3)
27> summer = fun(Val) -> Val + 1 end.
** exception error: no match of right hand side value #Fun<erl_eval.6.82930912>
28> Summer = fun(Val) -> Val + 1 end.
#Fun<erl_eval.6.82930912>
29> Summer(2).
3
30>

R barplot for ls command details

commandline session


root>R

R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet"
Copyright (C) 2014 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> lscalls   png(file="Rbarplot-ls.png")
> barplot(lscalls)
> dev.off
function (which = dev.cur()) 
{
    if (which == 1) 
        stop("cannot shut down device 1 (the null device)")
    .External(C_devoff, as.integer(which))
    dev.cur()
}


> dev.off()
null device 
          1 
> 

Rbarplot-ls

R ls plot

commandline session

> library(ggplot2)
Loading required package: reshape
Loading required package: plyr

Attaching package: ‘reshape’

The following object(s) are masked from ‘package:plyr’:

    rename, round_any

Loading required package: grid
Loading required package: proto
> lscalls  usecspercall  qplot(lscalls,usecspercall,geom="line")
> plot(lscalls,usecspercall,geom="line")
Warning messages:
1: In plot.window(...) : "geom" is not a graphical parameter
2: In plot.xy(xy, type, ...) : "geom" is not a graphical parameter
3: In axis(side = side, at = at, labels = labels, ...) :
  "geom" is not a graphical parameter
4: In axis(side = side, at = at, labels = labels, ...) :
  "geom" is not a graphical parameter
5: In box(...) : "geom" is not a graphical parameter
6: In title(...) : "geom" is not a graphical parameter
> png(file="Rlsplot.png")
> plot(lscalls,usecspercall,geom="point")
Warning messages:
1: In plot.window(...) : "geom" is not a graphical parameter
2: In plot.xy(xy, type, ...) : "geom" is not a graphical parameter
3: In axis(side = side, at = at, labels = labels, ...) :
  "geom" is not a graphical parameter
4: In axis(side = side, at = at, labels = labels, ...) :
  "geom" is not a graphical parameter
5: In box(...) : "geom" is not a graphical parameter
6: In title(...) : "geom" is not a graphical parameter
> dev.off()
null device
          1
> ggplot(lscalls,usecspercall,geom="point")
Error in ggplot.data.frame(fortify(data), mapping, ...) :
  Mapping should be created with aes or aes_string
>

Rlsplot