[INFO] cloning repository https://github.com/stavrogyn/zero2prod [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stavrogyn/zero2prod" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstavrogyn%2Fzero2prod", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstavrogyn%2Fzero2prod'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3eed6c6f57a6a16f7b42c867bbccfa3d4b97f45f [INFO] testing stavrogyn/zero2prod against 1.90.0 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstavrogyn%2Fzero2prod" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/stavrogyn/zero2prod [INFO] finished tweaking git repo https://github.com/stavrogyn/zero2prod [INFO] tweaked toml for git repo https://github.com/stavrogyn/zero2prod written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/stavrogyn/zero2prod on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/stavrogyn/zero2prod already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded paste v1.0.11 [INFO] [stderr] Downloaded bytestring v1.2.0 [INFO] [stderr] Downloaded zstd v0.12.3+zstd.1.5.2 [INFO] [stderr] Downloaded zstd-safe v6.0.3+zstd.1.5.2 [INFO] [stderr] Downloaded whoami v1.4.0 [INFO] [stderr] Downloaded miniz_oxide v0.6.3 [INFO] [stderr] Downloaded semver v1.0.16 [INFO] [stderr] Downloaded actix-http v3.3.0 [INFO] [stderr] Downloaded actix-web v4.3.0 [INFO] [stderr] Downloaded zstd-sys v2.0.6+zstd.1.5.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b2b0eb0251289d360ea69c9d87016c1823beae41217f2032584172e53c3f1811 [INFO] running `Command { std: "docker" "start" "-a" "b2b0eb0251289d360ea69c9d87016c1823beae41217f2032584172e53c3f1811", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b2b0eb0251289d360ea69c9d87016c1823beae41217f2032584172e53c3f1811", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2b0eb0251289d360ea69c9d87016c1823beae41217f2032584172e53c3f1811", kill_on_drop: false }` [INFO] [stdout] b2b0eb0251289d360ea69c9d87016c1823beae41217f2032584172e53c3f1811 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9cdffef76d7e552019055cf2a3ae7e38b12fb150667121139df09386642bb24e [INFO] running `Command { std: "docker" "start" "-a" "9cdffef76d7e552019055cf2a3ae7e38b12fb150667121139df09386642bb24e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling once_cell v1.17.0 [INFO] [stderr] Compiling futures-core v0.3.26 [INFO] [stderr] Compiling itoa v1.0.5 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling tokio v1.25.0 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling futures-task v0.3.26 [INFO] [stderr] Compiling futures-util v0.3.26 [INFO] [stderr] Compiling futures-sink v0.3.26 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling paste v1.0.11 [INFO] [stderr] Compiling ryu v1.0.12 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling unicode-bidi v0.3.10 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling serde_json v1.0.91 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling futures-channel v0.3.26 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling syn v2.0.18 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.8 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling bytestring v1.2.0 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling jobserver v0.1.25 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling mio v0.8.5 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling zstd-safe v6.0.3+zstd.1.5.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling crc-catalog v1.1.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling zstd-sys v2.0.6+zstd.1.5.2 [INFO] [stderr] Compiling chrono v0.4.26 [INFO] [stderr] Compiling crc v2.1.0 [INFO] [stderr] Compiling futures-intrusive v0.4.2 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling hkdf v0.12.3 [INFO] [stderr] Compiling sha-1 v0.10.1 [INFO] [stderr] Compiling md-5 v0.10.5 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling atoi v0.4.0 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling whoami v1.4.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling miniz_oxide v0.6.3 [INFO] [stderr] Compiling time-macros v0.2.6 [INFO] [stderr] Compiling brotli-decompressor v2.3.4 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling sha2 v0.10.6 [INFO] [stderr] Compiling nom v5.1.3 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling sqlformat v0.1.8 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling time v0.3.17 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling local-channel v0.1.3 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling encoding_rs v0.8.32 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling env_logger v0.9.3 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.90.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.107/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=46d701370721b497 -C extra-filename=-419444d072eaaed3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-101ef60da040a4ac.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-fd0e38707549ef1d.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-87c338d043db49a4.rmeta --cap-lints allow --cap-lints=warn --cfg syn_disable_nightly_tests` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9cdffef76d7e552019055cf2a3ae7e38b12fb150667121139df09386642bb24e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cdffef76d7e552019055cf2a3ae7e38b12fb150667121139df09386642bb24e", kill_on_drop: false }` [INFO] [stdout] 9cdffef76d7e552019055cf2a3ae7e38b12fb150667121139df09386642bb24e