[INFO] cloning repository https://github.com/hjiayz/simple-menu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hjiayz/simple-menu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhjiayz%2Fsimple-menu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhjiayz%2Fsimple-menu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 496567835f21fa7ce001d5901bb94e10f2444fa9 [INFO] checking hjiayz/simple-menu against try#18f0df251aa25bd85bb3d295ad1bd925a64b1ffc for pr-94063 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhjiayz%2Fsimple-menu" "/workspace/builds/worker-26/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-26/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hjiayz/simple-menu on toolchain 18f0df251aa25bd85bb3d295ad1bd925a64b1ffc [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+18f0df251aa25bd85bb3d295ad1bd925a64b1ffc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hjiayz/simple-menu [INFO] finished tweaking git repo https://github.com/hjiayz/simple-menu [INFO] tweaked toml for git repo https://github.com/hjiayz/simple-menu written to /workspace/builds/worker-26/source/Cargo.toml [INFO] crate git repo https://github.com/hjiayz/simple-menu already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+18f0df251aa25bd85bb3d295ad1bd925a64b1ffc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded iui v0.3.0 [INFO] [stderr] Downloaded synstructure v0.12.2 [INFO] [stderr] Downloaded ui-sys v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+18f0df251aa25bd85bb3d295ad1bd925a64b1ffc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bcb549da225d6676ef006728cf3a968a66fa510fda3f03ee1c4f2e4055814822 [INFO] running `Command { std: "docker" "start" "-a" "bcb549da225d6676ef006728cf3a968a66fa510fda3f03ee1c4f2e4055814822", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bcb549da225d6676ef006728cf3a968a66fa510fda3f03ee1c4f2e4055814822", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcb549da225d6676ef006728cf3a968a66fa510fda3f03ee1c4f2e4055814822", kill_on_drop: false }` [INFO] [stdout] bcb549da225d6676ef006728cf3a968a66fa510fda3f03ee1c4f2e4055814822 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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=forbid" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+18f0df251aa25bd85bb3d295ad1bd925a64b1ffc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c35dbbe804fc268ebdd6523bfdbfbf72786b0d5eb3e09c5ed249c325375c742 [INFO] running `Command { std: "docker" "start" "-a" "9c35dbbe804fc268ebdd6523bfdbfbf72786b0d5eb3e09c5ed249c325375c742", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling ui-sys v0.1.3 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Checking toml v0.5.5 [INFO] [stderr] Compiling synstructure v0.12.2 [INFO] [stderr] error: could not compile `syn` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=d7e62036d5b5b667 -C extra-filename=-d7e62036d5b5b667 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-bd6e8e81ab7378d5.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-5a4cffc873d2b583.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-1256a373de2a2211.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9c35dbbe804fc268ebdd6523bfdbfbf72786b0d5eb3e09c5ed249c325375c742", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c35dbbe804fc268ebdd6523bfdbfbf72786b0d5eb3e09c5ed249c325375c742", kill_on_drop: false }` [INFO] [stdout] 9c35dbbe804fc268ebdd6523bfdbfbf72786b0d5eb3e09c5ed249c325375c742