[INFO] cloning repository https://github.com/yubrot/llrl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yubrot/llrl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyubrot%2Fllrl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyubrot%2Fllrl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6bc17789208393c047aacd7adfb73c7bc4a0f8c6 [INFO] testing yubrot/llrl against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyubrot%2Fllrl" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yubrot/llrl on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yubrot/llrl [INFO] finished tweaking git repo https://github.com/yubrot/llrl [INFO] tweaked toml for git repo https://github.com/yubrot/llrl written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/yubrot/llrl already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded if_chain v1.0.1 [INFO] [stderr] Downloaded regex v1.5.3 [INFO] [stderr] Downloaded redox_syscall v0.2.7 [INFO] [stderr] Downloaded llvm-sys v110.0.1 [INFO] [stderr] Downloaded syn v1.0.71 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c417e6b890bb3702bb1eefb42e246d4ba7b2b1ce4c6cd1f31bd28581c1dfc686 [INFO] running `Command { std: "docker" "start" "-a" "c417e6b890bb3702bb1eefb42e246d4ba7b2b1ce4c6cd1f31bd28581c1dfc686", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c417e6b890bb3702bb1eefb42e246d4ba7b2b1ce4c6cd1f31bd28581c1dfc686", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c417e6b890bb3702bb1eefb42e246d4ba7b2b1ce4c6cd1f31bd28581c1dfc686", kill_on_drop: false }` [INFO] [stdout] c417e6b890bb3702bb1eefb42e246d4ba7b2b1ce4c6cd1f31bd28581c1dfc686 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2705750ddee63e6c43e5819ac4a0317799aa4722363b93598cd726f1ebe86f59 [INFO] running `Command { std: "docker" "start" "-a" "2705750ddee63e6c43e5819ac4a0317799aa4722363b93598cd726f1ebe86f59", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.71 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling llrt v0.1.0 (/opt/rustwide/workdir/rt) [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling if_chain v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.4 [INFO] [stderr] Compiling memoffset v0.6.3 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling llstd v0.1.0 (/opt/rustwide/workdir/std) [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling regex v1.5.3 [INFO] [stderr] Compiling ordered-float v2.1.1 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stdout] error: couldn't read /opt/rustwide/target/debug/build/llrt-028391ee75cd467d/out/libllrt.a: No such file or directory (os error 2) [INFO] [stdout] --> rt/llrt.rs:5:29 [INFO] [stdout] | [INFO] [stdout] 5 | pub static ARCHIVE: &[u8] = include_bytes!(concat!(env!("OUT_DIR"), "/libllrt.a")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `llrt` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2705750ddee63e6c43e5819ac4a0317799aa4722363b93598cd726f1ebe86f59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2705750ddee63e6c43e5819ac4a0317799aa4722363b93598cd726f1ebe86f59", kill_on_drop: false }` [INFO] [stdout] 2705750ddee63e6c43e5819ac4a0317799aa4722363b93598cd726f1ebe86f59