[INFO] cloning repository https://github.com/FilterUnfiltered/Cogs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FilterUnfiltered/Cogs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFilterUnfiltered%2FCogs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFilterUnfiltered%2FCogs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6260c2c8ff130059388d5ca0883e0b35f57fc507
[INFO] checking FilterUnfiltered/Cogs against ed77b7b8699e342c2dc842c83cb5fe4025252ee8 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFilterUnfiltered%2FCogs" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/FilterUnfiltered/Cogs
[INFO] finished tweaking git repo https://github.com/FilterUnfiltered/Cogs
[INFO] tweaked toml for git repo https://github.com/FilterUnfiltered/Cogs written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/FilterUnfiltered/Cogs on toolchain ed77b7b8699e342c2dc842c83cb5fe4025252ee8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/FilterUnfiltered/Cogs 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" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `small_axum` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../small_axum
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `small-axum`, convert `package.name`
[INFO] [stderr]   --> examples/small_axum/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "small_axum"
[INFO] [stderr]  2 + name = "small-axum"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `small-axum`, specify `bin.name`
[INFO] [stderr]   --> examples/small_axum/Cargo.toml:14:23
[INFO] [stderr]    |
[INFO] [stderr] 14 ~ cogs.workspace = true
[INFO] [stderr] 15 + [[bin]]
[INFO] [stderr] 16 + name = "small-axum"
[INFO] [stderr] 17 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `small_axum` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tracing-tracy v0.11.3
[INFO] [stderr]   Downloaded tracy-client v0.17.4
[INFO] [stderr]   Downloaded generator v0.8.3
[INFO] [stderr]   Downloaded ariadne v0.5.0
[INFO] [stderr]   Downloaded cc v1.2.2
[INFO] [stderr]   Downloaded intern-arc v0.6.1
[INFO] [stderr]   Downloaded similar v2.6.0
[INFO] [stderr]   Downloaded insta v1.41.1
[INFO] [stderr]   Downloaded tower v0.5.1
[INFO] [stderr]   Downloaded hyper v1.5.1
[INFO] [stderr]   Downloaded tracy-client-sys v0.24.2
[INFO] [stderr]   Downloaded proptest v1.5.0
[INFO] [stderr]   Downloaded color-eyre v0.6.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 641846a31fa62c666765c2004c8977ff9e8f5fd9a0fef9bed74191fa59422fe5
[INFO] running `Command { std: "docker" "start" "641846a31fa62c666765c2004c8977ff9e8f5fd9a0fef9bed74191fa59422fe5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "641846a31fa62c666765c2004c8977ff9e8f5fd9a0fef9bed74191fa59422fe5", 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" "641846a31fa62c666765c2004c8977ff9e8f5fd9a0fef9bed74191fa59422fe5" "/opt/rustwide/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "641846a31fa62c666765c2004c8977ff9e8f5fd9a0fef9bed74191fa59422fe5", 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" "641846a31fa62c666765c2004c8977ff9e8f5fd9a0fef9bed74191fa59422fe5" "/opt/rustwide/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `small_axum` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../small_axum
[INFO] [stderr]    |                          ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `small-axum`, convert `package.name`
[INFO] [stderr]   --> examples/small_axum/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "small_axum"
[INFO] [stderr]  2 + name = "small-axum"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `small-axum`, specify `bin.name`
[INFO] [stderr]   --> examples/small_axum/Cargo.toml:14:23
[INFO] [stderr]    |
[INFO] [stderr] 14 ~ cogs.workspace = true
[INFO] [stderr] 15 + [[bin]]
[INFO] [stderr] 16 + name = "small-axum"
[INFO] [stderr] 17 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `small_axum` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling cc v1.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking cogs_ast v0.1.0 (/opt/rustwide/workdir/crates/ast)
[INFO] [stderr]    Compiling fastrand v2.2.0
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.4
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling tracy-client-sys v0.24.2
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]     Checking tempfile v3.14.0
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]     Checking intern-arc v0.6.1
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling similar v2.6.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr] error: could not compile `object` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/ed77b7b8699e342c2dc842c83cb5fe4025252ee8/bin/rustc --crate-name object --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=1a3ff7c152dfe6ae -C extra-filename=-21e2ec7e7da31b9c --out-dir /opt/rustwide/target/debug/build/object/21e2ec7e7da31b9c/out --extern memchr=/opt/rustwide/target/debug/build/memchr/385abaa02608ee6d/out/libmemchr-385abaa02608ee6d.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/ed77b7b8699e342c2dc842c83cb5fe4025252ee8/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.90/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -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=a4ce224710a969d8 -C extra-filename=-94b7954254bf9ad6 --out-dir /opt/rustwide/target/debug/build/syn/94b7954254bf9ad6/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/442acad4d4e7f208/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/13328ff8d6cc16fd/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/442acad4d4e7f208/out/libproc_macro2-442acad4d4e7f208.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/63a3278dad69ce7b/out/libquote-63a3278dad69ce7b.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/13328ff8d6cc16fd/out/libunicode_ident-13328ff8d6cc16fd.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "641846a31fa62c666765c2004c8977ff9e8f5fd9a0fef9bed74191fa59422fe5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "641846a31fa62c666765c2004c8977ff9e8f5fd9a0fef9bed74191fa59422fe5", kill_on_drop: false }`
[INFO] [stdout] 641846a31fa62c666765c2004c8977ff9e8f5fd9a0fef9bed74191fa59422fe5
