[INFO] cloning repository https://github.com/mattgathu/blog [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mattgathu/blog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattgathu%2Fblog", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattgathu%2Fblog'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f756e238c488fed641f6bd21ed4f7992e6ee038f [INFO] checking mattgathu/blog against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattgathu%2Fblog" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mattgathu/blog on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mattgathu/blog [INFO] finished tweaking git repo https://github.com/mattgathu/blog [INFO] tweaked toml for git repo https://github.com/mattgathu/blog written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/mattgathu/blog already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", 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] 86392bc070557d854e27c29fdf447273053ecdd2cafae9171d2eed12e751de5e [INFO] running `Command { std: "docker" "start" "-a" "86392bc070557d854e27c29fdf447273053ecdd2cafae9171d2eed12e751de5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "86392bc070557d854e27c29fdf447273053ecdd2cafae9171d2eed12e751de5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86392bc070557d854e27c29fdf447273053ecdd2cafae9171d2eed12e751de5e", kill_on_drop: false }` [INFO] [stdout] 86392bc070557d854e27c29fdf447273053ecdd2cafae9171d2eed12e751de5e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 59c7a2cefb87104820a76354b54d16ea0b20f4642eef339764bf8aa7266b1e56 [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" "59c7a2cefb87104820a76354b54d16ea0b20f4642eef339764bf8aa7266b1e56", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking linked-hash-map v0.5.2 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Checking typed-arena v1.7.0 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Checking shell-words v1.0.0 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking fs_extra v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking serde_json v1.0.51 [INFO] [stderr] Checking yaml-rust v0.4.3 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Checking twoway v0.2.1 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling sass-sys v0.4.18 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking regex v1.3.7 [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.17/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="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=6fab10719d004989 -C extra-filename=-6fab10719d004989 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-857545783dd1d092.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-7fb7572737cbd870.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-2c63d0a7aa5a6ce8.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" "59c7a2cefb87104820a76354b54d16ea0b20f4642eef339764bf8aa7266b1e56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59c7a2cefb87104820a76354b54d16ea0b20f4642eef339764bf8aa7266b1e56", kill_on_drop: false }` [INFO] [stdout] 59c7a2cefb87104820a76354b54d16ea0b20f4642eef339764bf8aa7266b1e56