[INFO] cloning repository https://github.com/jrskg/rust-todo-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jrskg/rust-todo-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjrskg%2Frust-todo-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjrskg%2Frust-todo-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4fb70a4f7b2d39e7fc4923274fcdc8d43aff3c47 [INFO] checking jrskg/rust-todo-server against master#377656d3dd3f9c23a9c8713e163f4365a5261a84 for pr-146470-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjrskg%2Frust-todo-server" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jrskg/rust-todo-server [INFO] finished tweaking git repo https://github.com/jrskg/rust-todo-server [INFO] tweaked toml for git repo https://github.com/jrskg/rust-todo-server written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jrskg/rust-todo-server on toolchain 377656d3dd3f9c23a9c8713e163f4365a5261a84 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jrskg/rust-todo-server 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" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bcrypt v0.16.0 [INFO] [stderr] Downloaded mongodb-internal-macros v3.2.0 [INFO] [stderr] Downloaded bson v2.13.0 [INFO] [stderr] Downloaded mongodb v3.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 25c2ababd6d7c76e643a3bb9c37ef592e73b61b22448d9cf5119f3316b992114 [INFO] running `Command { std: "docker" "start" "-a" "25c2ababd6d7c76e643a3bb9c37ef592e73b61b22448d9cf5119f3316b992114", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25c2ababd6d7c76e643a3bb9c37ef592e73b61b22448d9cf5119f3316b992114", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25c2ababd6d7c76e643a3bb9c37ef592e73b61b22448d9cf5119f3316b992114", kill_on_drop: false }` [INFO] [stdout] 25c2ababd6d7c76e643a3bb9c37ef592e73b61b22448d9cf5119f3316b992114 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c31e95728058f672dbb9d8f952f70ea841461796e88d56a0cf8acb8ed73534bb [INFO] running `Command { std: "docker" "start" "-a" "c31e95728058f672dbb9d8f952f70ea841461796e88d56a0cf8acb8ed73534bb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling semver v1.0.25 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling time-macros v0.2.19 [INFO] [stderr] Compiling serde_json v1.0.137 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling macro_magic_core_macros v0.5.1 [INFO] [stderr] Compiling derive-syn-parse v0.2.0 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling bytes v1.9.0 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Checking tokio v1.43.0 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Checking ahash v0.8.11 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling bytestring v1.4.0 [INFO] [stderr] Checking actix-service v2.0.2 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling cc v1.2.10 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking brotli-decompressor v4.0.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Compiling rustc_version_runtime v0.3.0 [INFO] [stderr] Compiling enum-as-inner v0.6.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling const-random v0.1.18 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling macro_magic_core v0.5.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Checking resolv-conf v0.7.0 [INFO] [stderr] Checking time v0.3.37 [INFO] [stderr] Checking actix-router v0.5.3 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking brotli v6.0.0 [INFO] [stderr] Compiling macro_magic_macros v0.5.1 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling serde_with_macros v3.12.0 [INFO] [stderr] Checking uuid v1.12.1 [INFO] [stderr] Checking serde_bytes v0.11.15 [INFO] [stderr] Compiling if_chain v1.0.2 [INFO] [stderr] Compiling macro_magic v0.5.1 [INFO] [stderr] Checking chrono v0.4.39 [INFO] [stderr] Compiling mongodb-internal-macros v3.2.0 [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/377656d3dd3f9c23a9c8713e163f4365a5261a84/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/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=a0562294bf6562f9 -C extra-filename=-a250e4b980f574a4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-d7567dddfa23c652.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-dee392e530e466f9.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-13328ff8d6cc16fd.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" "c31e95728058f672dbb9d8f952f70ea841461796e88d56a0cf8acb8ed73534bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c31e95728058f672dbb9d8f952f70ea841461796e88d56a0cf8acb8ed73534bb", kill_on_drop: false }` [INFO] [stdout] c31e95728058f672dbb9d8f952f70ea841461796e88d56a0cf8acb8ed73534bb