Tim Besard

Results 1332 comments of Tim Besard

This is still broken... I looked into it, and the current bootchart code tries to find `bootchart_init` in its `$@` argument array. AFAIS this cannot work, Linux' `init/main.c` parses the...

Hmm, most strange. I'm using Arch Linux, currently at 3.9.4. Booting the following `init` wrapper: ``` #!/usr/bin/bash /usr/bin/env /usr/bin/echo "Arguments: $*" /usr/bin/sleep 5 exec /usr/bin/init $* ``` ... with additional...

> @maleadt how hard would it be to get this repo setup to do testing with JuliaGPU? It's slightly cumbersome nowadays; I documented it here: https://github.com/JuliaGPU/buildkite#adding-a-repository. I'm not entirely sure...

Maybe because your membership isn't public? Let's see if I trigger @nanosoldier `runtests(ALL, vs = ":master")` I just annoyingly lost sudo access to the PkgEval machine, so can't debug this...

> It still doesn't seem to be running, so I guess there's some other issue? Yeah, the machine PkgEval is running on lost its DNS configuration. I think that killed...

Should be working again: @nanosoldier `runtests(ALL, vs = ":master")`

Sorry, restarting the job so that it uses a newer rootfs to build Julia (fixing certain package issues): @nanosoldier `runtests(ALL, vs = ":master")`

[Your package evaluation job](https://github.com/JuliaLang/julia/pull/45447#issuecomment-1205770856) has completed - possible new issues were detected. A full report can be found [here](https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/8a68504_vs_de375ef/report.html).

PkgEval is having some issues, so this one didn't trigger. If all goes well, we can try again tomorrow.

Still working on stabilizing recent PkgEval changes, so the run might fail: @nanosoldier `runtests(ALL, vs = ":master", buildflags=["LLVM_ASSERTIONS=1", "FORCE_ASSERTIONS=1"], vs_buildflags=["LLVM_ASSERTIONS=1", "FORCE_ASSERTIONS=1"])`