[INFO] cloning repository https://github.com/NicholasLYang/saber [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NicholasLYang/saber" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholasLYang%2Fsaber", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholasLYang%2Fsaber'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2c5fa9962fc8eeb970e038bb14fb27edf5916840 [INFO] checking NicholasLYang/saber against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholasLYang%2Fsaber" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NicholasLYang/saber on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/NicholasLYang/saber [INFO] finished tweaking git repo https://github.com/NicholasLYang/saber [INFO] tweaked toml for git repo https://github.com/NicholasLYang/saber written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/NicholasLYang/saber already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7610b3fc8de50d754a7c13142663de5617aab8d532169a7dde5d496684d94cd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e7610b3fc8de50d754a7c13142663de5617aab8d532169a7dde5d496684d94cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7610b3fc8de50d754a7c13142663de5617aab8d532169a7dde5d496684d94cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7610b3fc8de50d754a7c13142663de5617aab8d532169a7dde5d496684d94cd", kill_on_drop: false }` [INFO] [stdout] e7610b3fc8de50d754a7c13142663de5617aab8d532169a7dde5d496684d94cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4c247c92cad234ae715678be07c0ebaf09663eabb87772b93f9e00c3197acebc [INFO] running `Command { std: "docker" "start" "-a" "4c247c92cad234ae715678be07c0ebaf09663eabb87772b93f9e00c3197acebc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking hashbrown v0.9.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling cranelift-codegen-shared v0.69.0 [INFO] [stderr] Compiling target-lexicon v0.11.1 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Compiling anyhow v1.0.38 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Checking wasmparser v0.71.0 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Checking more-asserts v0.2.1 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking adler v0.2.3 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Checking regex-syntax v0.6.22 [INFO] [stderr] Compiling zstd-safe v2.0.6+zstd.1.4.7 [INFO] [stderr] Compiling proc-macro2 v0.4.13 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Checking cpuid-bool v0.1.2 [INFO] [stderr] Checking leb128 v0.2.4 [INFO] [stderr] Compiling wasmtime-cache v0.22.0 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking os_str_bytes v2.3.2 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking strum v0.13.0 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Compiling cpp_demangle v0.3.2 [INFO] [stderr] Checking bimap v0.4.0 [INFO] [stderr] Checking thread_local v1.1.0 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Checking codespan-reporting v0.9.5 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Checking log v0.4.13 [INFO] [stderr] Checking wast v31.0.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking errno v0.2.7 [INFO] [stderr] Compiling im v13.0.0 [INFO] [stderr] Checking region v2.2.0 [INFO] [stderr] Checking regalloc v0.0.31 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking directories-next v2.0.0 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Compiling syn v0.15.15 [INFO] [stderr] Checking regex v1.4.3 [INFO] [stderr] Checking sized-chunks v0.3.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Compiling zstd-sys v1.4.18+zstd.1.4.7 [INFO] [stderr] Compiling psm v0.1.12 [INFO] [stderr] Compiling raw-cpuid v8.1.2 [INFO] [stderr] Compiling wasmtime-runtime v0.22.0 [INFO] [stderr] Compiling wabt-sys v0.8.0 [INFO] [stderr] Checking sha2 v0.9.2 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking file-per-thread-logger v0.1.4 [INFO] [stderr] Checking wat v1.0.32 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling strum_macros v0.13.0 [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.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=15582dbcce7790b2 -C extra-filename=-15582dbcce7790b2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-54071db5d1ee8cf2.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-1c1f875e3071034f.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-4a6c9433f1516f68.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" "4c247c92cad234ae715678be07c0ebaf09663eabb87772b93f9e00c3197acebc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c247c92cad234ae715678be07c0ebaf09663eabb87772b93f9e00c3197acebc", kill_on_drop: false }` [INFO] [stdout] 4c247c92cad234ae715678be07c0ebaf09663eabb87772b93f9e00c3197acebc