[INFO] cloning repository https://github.com/mlibrary/rust-toolbox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mlibrary/rust-toolbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlibrary%2Frust-toolbox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlibrary%2Frust-toolbox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0f6efd428553d3b51723b8ffa47d46e8b1dedc31
[INFO] checking mlibrary/rust-toolbox against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlibrary%2Frust-toolbox" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mlibrary/rust-toolbox
[INFO] finished tweaking git repo https://github.com/mlibrary/rust-toolbox
[INFO] tweaked toml for git repo https://github.com/mlibrary/rust-toolbox written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mlibrary/rust-toolbox on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mlibrary/rust-toolbox 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `ocfl_remote_cli` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../ocfl_remote_cli
[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 `ocfl-remote-cli`, convert `package.name`
[INFO] [stderr]   --> tools/ocfl_remote_cli/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "ocfl_remote_cli"
[INFO] [stderr]  2 + name = "ocfl-remote-cli"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ocfl-remote-cli`, specify `bin.name`
[INFO] [stderr]   --> tools/ocfl_remote_cli/Cargo.toml:13:30
[INFO] [stderr]    |
[INFO] [stderr] 13 ~ tokio = { workspace = true }
[INFO] [stderr] 14 + [[bin]]
[INFO] [stderr] 15 + name = "ocfl-remote-cli"
[INFO] [stderr] 16 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ocfl_remote_cli` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `ocfl_local_cli` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../ocfl_local_cli
[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 `ocfl-local-cli`, convert `package.name`
[INFO] [stderr]   --> tools/ocfl_local_cli/Cargo.toml:3:8
[INFO] [stderr]    |
[INFO] [stderr]  3 - name = "ocfl_local_cli"
[INFO] [stderr]  3 + name = "ocfl-local-cli"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ocfl-local-cli`, specify `bin.name`
[INFO] [stderr]   --> tools/ocfl_local_cli/Cargo.toml:15:2
[INFO] [stderr]    |
[INFO] [stderr] 15 ~ 
[INFO] [stderr] 16 + [[bin]]
[INFO] [stderr] 17 + name = "ocfl-local-cli"
[INFO] [stderr] 18 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ocfl_local_cli` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `ocfl_endpoint` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../ocfl_endpoint
[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 `ocfl-endpoint`, convert `bin.name`
[INFO] [stderr]   --> tools/ocfl_endpoint/Cargo.toml:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 - name = "ocfl_endpoint"
[INFO] [stderr] 11 + name = "ocfl-endpoint"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ocfl_endpoint` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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] 21a7d95165a5afdcb09bb84bb5f1a493460e2e6a9242124b7bf342c0040732a7
[INFO] running `Command { std: "docker" "start" "21a7d95165a5afdcb09bb84bb5f1a493460e2e6a9242124b7bf342c0040732a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "21a7d95165a5afdcb09bb84bb5f1a493460e2e6a9242124b7bf342c0040732a7", 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" "21a7d95165a5afdcb09bb84bb5f1a493460e2e6a9242124b7bf342c0040732a7" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "21a7d95165a5afdcb09bb84bb5f1a493460e2e6a9242124b7bf342c0040732a7", 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" "21a7d95165a5afdcb09bb84bb5f1a493460e2e6a9242124b7bf342c0040732a7" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `ocfl_remote_cli` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../ocfl_remote_cli
[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 `ocfl-remote-cli`, convert `package.name`
[INFO] [stderr]   --> tools/ocfl_remote_cli/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "ocfl_remote_cli"
[INFO] [stderr]  2 + name = "ocfl-remote-cli"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ocfl-remote-cli`, specify `bin.name`
[INFO] [stderr]   --> tools/ocfl_remote_cli/Cargo.toml:13:30
[INFO] [stderr]    |
[INFO] [stderr] 13 ~ tokio = { workspace = true }
[INFO] [stderr] 14 + [[bin]]
[INFO] [stderr] 15 + name = "ocfl-remote-cli"
[INFO] [stderr] 16 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ocfl_remote_cli` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `ocfl_local_cli` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../ocfl_local_cli
[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 `ocfl-local-cli`, convert `package.name`
[INFO] [stderr]   --> tools/ocfl_local_cli/Cargo.toml:3:8
[INFO] [stderr]    |
[INFO] [stderr]  3 - name = "ocfl_local_cli"
[INFO] [stderr]  3 + name = "ocfl-local-cli"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ocfl-local-cli`, specify `bin.name`
[INFO] [stderr]   --> tools/ocfl_local_cli/Cargo.toml:15:2
[INFO] [stderr]    |
[INFO] [stderr] 15 ~ 
[INFO] [stderr] 16 + [[bin]]
[INFO] [stderr] 17 + name = "ocfl-local-cli"
[INFO] [stderr] 18 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ocfl_local_cli` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `ocfl_endpoint` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../ocfl_endpoint
[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 `ocfl-endpoint`, convert `bin.name`
[INFO] [stderr]   --> tools/ocfl_endpoint/Cargo.toml:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 - name = "ocfl_endpoint"
[INFO] [stderr] 11 + name = "ocfl-endpoint"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ocfl_endpoint` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling sealed v0.6.0
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling synthez-core v0.4.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling peg-runtime v0.6.3
[INFO] [stderr]     Checking tokio v1.51.0
[INFO] [stderr]    Compiling synthez-codegen v0.4.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling peg-macros v0.6.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking terminal_size v0.4.4
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr] error: could not compile `regex-syntax` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/79c0559184f27f4433a6fbc260b950d06d4a4889/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.10/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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=055ed41da5369a59 -C extra-filename=-f8ed72d78990c0ba --out-dir /opt/rustwide/target/debug/build/regex-syntax/f8ed72d78990c0ba/out --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] running `Command { std: "docker" "inspect" "21a7d95165a5afdcb09bb84bb5f1a493460e2e6a9242124b7bf342c0040732a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21a7d95165a5afdcb09bb84bb5f1a493460e2e6a9242124b7bf342c0040732a7", kill_on_drop: false }`
[INFO] [stdout] 21a7d95165a5afdcb09bb84bb5f1a493460e2e6a9242124b7bf342c0040732a7
