[INFO] cloning repository https://github.com/Gaurav-Khore/paste_bin [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Gaurav-Khore/paste_bin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGaurav-Khore%2Fpaste_bin", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGaurav-Khore%2Fpaste_bin'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 467d9f13a48dc5af369e9baca77a6b6903979865 [INFO] checking Gaurav-Khore/paste_bin against c9ff496891c278ad660bc0ab85c1f0b72059464a for pr-160491 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGaurav-Khore%2Fpaste_bin" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Gaurav-Khore/paste_bin [INFO] finished tweaking git repo https://github.com/Gaurav-Khore/paste_bin [INFO] tweaked toml for git repo https://github.com/Gaurav-Khore/paste_bin written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Gaurav-Khore/paste_bin on toolchain c9ff496891c278ad660bc0ab85c1f0b72059464a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Gaurav-Khore/paste_bin 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" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pest_generator v2.7.11 [INFO] [stderr] Downloaded pest_derive v2.7.11 [INFO] [stderr] Downloaded pest_meta v2.7.11 [INFO] [stderr] Downloaded slug v0.1.5 [INFO] [stderr] Downloaded phf_codegen v0.11.2 [INFO] [stderr] Downloaded tinyvec v1.7.0 [INFO] [stderr] Downloaded cc v1.0.105 [INFO] [stderr] Downloaded pest v2.7.11 [INFO] [stderr] Downloaded syn v2.0.69 [INFO] [stderr] Downloaded rusqlite v0.25.4 [INFO] [stderr] Downloaded actix-web v3.3.3 [INFO] [stderr] Downloaded const_fn v0.4.10 [INFO] [stderr] Downloaded actix-http v2.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 23117475fb9dfe8ccbfa0f135d99e1ef393aa380b2a9efb8913e67a0e85676a5 [INFO] running `Command { std: "docker" "start" "23117475fb9dfe8ccbfa0f135d99e1ef393aa380b2a9efb8913e67a0e85676a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23117475fb9dfe8ccbfa0f135d99e1ef393aa380b2a9efb8913e67a0e85676a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "23117475fb9dfe8ccbfa0f135d99e1ef393aa380b2a9efb8913e67a0e85676a5" "/opt/rustwide/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23117475fb9dfe8ccbfa0f135d99e1ef393aa380b2a9efb8913e67a0e85676a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "23117475fb9dfe8ccbfa0f135d99e1ef393aa380b2a9efb8913e67a0e85676a5" "/opt/rustwide/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling pin-project-internal v0.4.30 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling syn v2.0.69 [INFO] [stderr] Checking instant v0.1.13 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking tinyvec v1.7.0 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Checking matches v0.1.10 [INFO] [stderr] Compiling const_fn v0.4.10 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Checking bytestring v1.3.1 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking sha-1 v0.9.8 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking bstr v1.9.1 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling v_escape v0.15.0 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Compiling chrono-tz-build v0.3.0 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.39 [INFO] [stderr] Compiling cc v1.0.105 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking getrandom v0.1.16 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking resolv-conf v0.7.0 [INFO] [stderr] Checking socket2 v0.3.19 [INFO] [stderr] Compiling chrono-tz v0.9.0 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking actix-service v2.0.2 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking tokio v0.2.25 [INFO] [stderr] Checking brotli-decompressor v4.0.1 [INFO] [stderr] Checking actix-utils v3.0.1 [INFO] [stderr] Checking tokio v1.38.0 [INFO] [stderr] Checking buf-min v0.4.0 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling v_htmlescape v0.12.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking flate2 v1.0.30 [INFO] [stderr] Checking brotli v6.0.0 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking unic-ucd-segment v0.9.0 [INFO] [stderr] Checking local-channel v0.1.5 [INFO] [stderr] Checking deunicode v1.6.0 [INFO] [stderr] Checking hashlink v0.7.0 [INFO] [stderr] Checking slug v0.1.5 [INFO] [stderr] Checking unic-segment v0.9.0 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Compiling zstd-sys v2.0.12+zstd.1.5.6 [INFO] [stderr] Compiling libsqlite3-sys v0.22.2 [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/c9ff496891c278ad660bc0ab85c1f0b72059464a/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.69/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="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=3f11dbecfb6a468a -C extra-filename=-8cabfd5979dbe8c0 --out-dir /opt/rustwide/target/debug/build/syn/8cabfd5979dbe8c0/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/f3285e5c19000248/out -L dependency=/opt/rustwide/target/debug/build/quote/b29be6395babc9ba/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/f2de522ba645d884/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/f3285e5c19000248/out/libproc_macro2-f3285e5c19000248.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/b29be6395babc9ba/out/libquote-b29be6395babc9ba.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/f2de522ba645d884/out/libunicode_ident-f2de522ba645d884.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "23117475fb9dfe8ccbfa0f135d99e1ef393aa380b2a9efb8913e67a0e85676a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23117475fb9dfe8ccbfa0f135d99e1ef393aa380b2a9efb8913e67a0e85676a5", kill_on_drop: false }` [INFO] [stdout] 23117475fb9dfe8ccbfa0f135d99e1ef393aa380b2a9efb8913e67a0e85676a5