samth / test-bugs

2 stars 0 forks source link

raco setup <collect> uses only one place #175

Open samth opened 12 years ago

samth commented 12 years ago
Originally submitted on: Sun Jan 22 11:20:01 -0500 2012

The command 'raco setup typed' prints raco setup: --- parallel build using 8 processes --- (on my machine) but appears to only use 1 process. If two collections are provided, it seems to use 2.

Release:
5.2.1.3--2012-01-15(a5c908c/g)
Environment:
unix "Linux loki 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC 2011 x86_64
 x86_64 x86_64 GNU/Linux" (x86_64-linux/3m) (get-display-depth) = 32
Human Language: english
(current-memory-use) 839915984
Links: (links) = ("class" "gcstat" "raco-git" "book" "var" "disassemble"); (links #:user?
 #f) = (); (links #:root? #t) = (); (links #:user? #f #:root? #t) = ()

Collections:
("/home/samth/sw/plt/add-on/5.2.1.3/collects"
 (non-existent-path))
("/home/samth/sw/plt/collects"
 ("datalog" "scriblib" "html" "racklog" "drracket" "dynext" "honu" "2htdp" "graphics"
 "make" "eopl" "test-box-recovery" "hierlist" "racket" "rackunit" "openssl" "r5rs"
 "algol60" "mzcom" "redex" "texpict" "swindle" "defaults" "trace" "combinator-parser"
 "srpersist" "mysterx" "info-domain" "meta" "teachpack" "setup" "repo-time-stamp" "games"
 "r6rs" "schelog" "icons" "typed-scheme" "test-engine" "lazy" "stepper" "at-exp" "planet"
 "tests" "mz" "rnrs" "db" "web-server" "framework" "net" "scribblings" "string-constants"
 "help" "browser" "tex2page" "mzlib" "parser-tools" "errortrace" "data" "sirmail" "plot"
 "launcher" "handin-client" "syntax" "profile" "s-exp" "waterworld" ".gitignore"
 "slideshow" "plai" "htdp" "typed-racket" "scheme" "syntax-color" "guibuilder" "drscheme"
 "raco" "srfi" "reader" "preprocessor" "compiler" "config" "mred" "handin-server"
 "schemeunit" "typed" "macro-debugger" "deinprogramm" "afm" "ffi" "gui-debugger"
 "readline" "scribble" "unstable" "picturing-program!
 s" "file" "sgl" "images" "wxme" "xrepl" "lang" "xml" "mrlib" "version" "frtime"
 "mzscheme" "embedded-gui" "slatex"))

Computer Language: (("Determine language from source") (#(#t print mixed-fraction-e #f #t
 debug) (default) #() "#lang racket\n" #t #t))
This bug was converted from Gnats bug 12504.
racket-bug-submit commented 12 years ago
On Sun, 22 Jan 2012 14:10:45 -0600, robby at eecs dot northwestern dot edu wrote:

--14dae9d2f79e56188a04b72382bf Content-Type: text/plain; charset=UTF-8

That probably has to do with its inability to find independent things to compile, not its failure to attempt to find them.

On Sunday, January 22, 2012,  <samth@ccs.neu.edu> wrote:
> A new problem report is waiting at
>  http://bugs.racket-lang.org/query/?cmd=view&pr=12504
>
> Reported by Sam TH for release: 5.2.1.3--2012-01-15(a5c908c/g)
>
> *** Description:
> The command 'raco setup typed' prints
> raco setup: --- parallel build using 8 processes ---
> (on my machine) but appears to only use 1 process.  If two collections
are provided, it seems to use 2.
>
> *** How to repeat:
>
>
> *** Environment:
> unix "Linux loki 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC
2011 x86_64 x86_64 x86_64 GNU/Linux" (x86_64-linux/3m) (get-display-depth)
= 32
> Human Language: english
> (current-memory-use) 839915984
> Links: (links) = ("class" "gcstat" "raco-git" "book" "var"
"disassemble"); (links #:user? #f) = (); (links #:root? #t) = (); (links
#:user? #f #:root? #t) = ()
>
>
> Collections:
> ("/home/samth/sw/plt/add-on/5.2.1.3/collects"
>  (non-existent-path))
> ("/home/samth/sw/plt/collects"
>  ("datalog" "scriblib" "html" "racklog" "drracket" "dynext" "honu"
"2htdp" "graphics" "make" "eopl" "test-box-recovery" "hierlist" "racket"
"rackunit" "openssl" "r5rs" "algol60" "mzcom" "redex" "texpict" "swindle"
"defaults" "trace" "combinator-parser" "srpersist" "mysterx" "info-domain"
"meta" "teachpack" "setup" "repo-time-stamp" "games" "r6rs" "schelog"
"icons" "typed-scheme" "test-engine" "lazy" "stepper" "at-exp" "planet"
"tests" "mz" "rnrs" "db" "web-server" "framework" "net" "scribblings"
"string-constants" "help" "browser" "tex2page" "mzlib" "parser-tools"
"errortrace" "data" "sirmail" "plot" "launcher" "handin-client" "syntax"
"profile" "s-exp" "waterworld" ".gitignore" "slideshow" "plai" "htdp"
"typed-racket" "scheme" "syntax-color" "guibuilder" "drscheme" "raco"
"srfi" "reader" "preprocessor" "compiler" "config" "mred" "handin-server"
"schemeunit" "typed" "macro-debugger" "deinprogramm" "afm" "ffi"
"gui-debugger" "readline" "scribble" "unstable" "picturing-program!
>  s" "file" "sgl" "images" "wxme" "xrepl" "lang" "xml" "mrlib" "version"
"frtime" "mzscheme" "embedded-gui" "slatex"))
>
> Computer Language: (("Determine language from source") (#(#t print
mixed-fraction-e #f #t debug) (default) #() "#lang racket\n" #t #t))
>
>

--14dae9d2f79e56188a04b72382bf Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

That probably has to do with its inability to find independent things to co=
mpile, not its failure to attempt to find them. <br><br>On Sunday, January =
22, 2012, =C2=A0&lt;<a href=3D"mailto:samth@ccs.neu.edu">samth@ccs.neu.edu<=
/a>&gt; wrote:<br>
&gt; A new problem report is waiting at<br>&gt; =C2=A0<a href=3D"http://bug=
s.racket-lang.org/query/?cmd=3Dview&amp;pr=3D12504">http://bugs.racket-lang=
.org/query/?cmd=3Dview&amp;pr=3D12504</a><br>&gt;<br>&gt; Reported by Sam T=
H for release: 5.2.1.3--2012-01-15(a5c908c/g)<br>
&gt;<br>&gt; *** Description:<br>&gt; The command &#39;raco setup typed&#39=
; prints<br>&gt; raco setup: --- parallel build using 8 processes ---<br>&g=
t; (on my machine) but appears to only use 1 process. =C2=A0If two collecti=
ons are provided, it seems to use 2.<br>
&gt;<br>&gt; *** How to repeat:<br>&gt;<br>&gt;<br>&gt; *** Environment:<br=
>&gt; unix &quot;Linux loki 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:2=
8:43 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux&quot; (x86_64-linux/3m) (get-d=
isplay-depth) =3D 32<br>
&gt; Human Language: english<br>&gt; (current-memory-use) 839915984<br>&gt;=
 Links: (links) =3D (&quot;class&quot; &quot;gcstat&quot; &quot;raco-git&qu=
ot; &quot;book&quot; &quot;var&quot; &quot;disassemble&quot;); (links #:use=
r? #f) =3D (); (links #:root? #t) =3D (); (links #:user? #f #:root? #t) =3D=
 ()<br>
&gt;<br>&gt;<br>&gt; Collections:<br>&gt; (&quot;/home/samth/sw/plt/add-on/=
<a href=3D"http://5.2.1.3/collects">5.2.1.3/collects</a>&quot;<br>&gt; =C2=
=A0(non-existent-path))<br>&gt; (&quot;/home/samth/sw/plt/collects&quot;<br=
>&gt; =C2=A0(&quot;datalog&quot; &quot;scriblib&quot; &quot;html&quot; &quo=
t;racklog&quot; &quot;drracket&quot; &quot;dynext&quot; &quot;honu&quot; &q=
uot;2htdp&quot; &quot;graphics&quot; &quot;make&quot; &quot;eopl&quot; &quo=
t;test-box-recovery&quot; &quot;hierlist&quot; &quot;racket&quot; &quot;rac=
kunit&quot; &quot;openssl&quot; &quot;r5rs&quot; &quot;algol60&quot; &quot;=
mzcom&quot; &quot;redex&quot; &quot;texpict&quot; &quot;swindle&quot; &quot=
;defaults&quot; &quot;trace&quot; &quot;combinator-parser&quot; &quot;srper=
sist&quot; &quot;mysterx&quot; &quot;info-domain&quot; &quot;meta&quot; &qu=
ot;teachpack&quot; &quot;setup&quot; &quot;repo-time-stamp&quot; &quot;game=
s&quot; &quot;r6rs&quot; &quot;schelog&quot; &quot;icons&quot; &quot;typed-=
scheme&quot; &quot;test-engine&quot; &quot;lazy&quot; &quot;stepper&quot; &=
quot;at-exp&quot; &quot;planet&quot; &quot;tests&quot; &quot;mz&quot; &quot=
;rnrs&quot; &quot;db&quot; &quot;web-server&quot; &quot;framework&quot; &qu=
ot;net&quot; &quot;scribblings&quot; &quot;string-constants&quot; &quot;hel=
p&quot; &quot;browser&quot; &quot;tex2page&quot; &quot;mzlib&quot; &quot;pa=
rser-tools&quot; &quot;errortrace&quot; &quot;data&quot; &quot;sirmail&quot=
; &quot;plot&quot; &quot;launcher&quot; &quot;handin-client&quot; &quot;syn=
tax&quot; &quot;profile&quot; &quot;s-exp&quot; &quot;waterworld&quot; &quo=
t;.gitignore&quot; &quot;slideshow&quot; &quot;plai&quot; &quot;htdp&quot; =
&quot;typed-racket&quot; &quot;scheme&quot; &quot;syntax-color&quot; &quot;=
guibuilder&quot; &quot;drscheme&quot; &quot;raco&quot; &quot;srfi&quot; &qu=
ot;reader&quot; &quot;preprocessor&quot; &quot;compiler&quot; &quot;config&=
quot; &quot;mred&quot; &quot;handin-server&quot; &quot;schemeunit&quot; &qu=
ot;typed&quot; &quot;macro-debugger&quot; &quot;deinprogramm&quot; &quot;af=
m&quot; &quot;ffi&quot; &quot;gui-debugger&quot; &quot;readline&quot; &quot=
;scribble&quot; &quot;unstable&quot; &quot;picturing-program!<br>
&gt; =C2=A0s&quot; &quot;file&quot; &quot;sgl&quot; &quot;images&quot; &quo=
t;wxme&quot; &quot;xrepl&quot; &quot;lang&quot; &quot;xml&quot; &quot;mrlib=
&quot; &quot;version&quot; &quot;frtime&quot; &quot;mzscheme&quot; &quot;em=
bedded-gui&quot; &quot;slatex&quot;))<br>
&gt;<br>&gt; Computer Language: ((&quot;Determine language from source&quot=
;) (#(#t print mixed-fraction-e #f #t debug) (default) #() &quot;#lang rack=
et\n&quot; #t #t))<br>&gt;<br>&gt;

--14dae9d2f79e56188a04b72382bf--