[INFO] cloning repository https://github.com/veminovici/bits-and-pieces-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/veminovici/bits-and-pieces-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fveminovici%2Fbits-and-pieces-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fveminovici%2Fbits-and-pieces-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aef4ff08130ec3767fa40e363868677cb6535a59
[INFO] checking veminovici/bits-and-pieces-rs against master#e22dab387f6b4f6a87dfc54ac2f6013dddb41e68 for pr-136776-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fveminovici%2Fbits-and-pieces-rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/veminovici/bits-and-pieces-rs
[INFO] finished tweaking git repo https://github.com/veminovici/bits-and-pieces-rs
[INFO] tweaked toml for git repo https://github.com/veminovici/bits-and-pieces-rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/veminovici/bits-and-pieces-rs on toolchain e22dab387f6b4f6a87dfc54ac2f6013dddb41e68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/veminovici/bits-and-pieces-rs 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" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unsafe-libyaml v0.2.10
[INFO] [stderr]   Downloaded tonic-build v0.11.0
[INFO] [stderr]   Downloaded hyper-tungstenite v0.13.0
[INFO] [stderr]   Downloaded prost-types v0.12.3
[INFO] [stderr]   Downloaded prost-build v0.12.3
[INFO] [stderr]   Downloaded half v2.4.0
[INFO] [stderr]   Downloaded serde_yaml v0.9.31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 46b0d664f98f99ab4a5dfeec3ca49eb8d9b56474b89bfa1348af38df50470f4d
[INFO] running `Command { std: "docker" "start" "-a" "46b0d664f98f99ab4a5dfeec3ca49eb8d9b56474b89bfa1348af38df50470f4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "46b0d664f98f99ab4a5dfeec3ca49eb8d9b56474b89bfa1348af38df50470f4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46b0d664f98f99ab4a5dfeec3ca49eb8d9b56474b89bfa1348af38df50470f4d", kill_on_drop: false }`
[INFO] [stdout] 46b0d664f98f99ab4a5dfeec3ca49eb8d9b56474b89bfa1348af38df50470f4d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a5e82b351e8a463e3a420d727d4884f1e0f940803dea55947f7355b6b994865
[INFO] running `Command { std: "docker" "start" "-a" "5a5e82b351e8a463e3a420d727d4884f1e0f940803dea55947f7355b6b994865", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]     Checking indexmap v2.2.2
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]     Checking http v0.2.11
[INFO] [stderr]     Checking memmap2 v0.9.4
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling anyhow v1.0.80
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling openssl v0.10.63
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling petgraph v0.6.4
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling prettyplease v0.2.16
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]     Checking crossbeam-queue v0.3.11
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling smallvec v1.13.1
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling ena v0.14.2
[INFO] [stderr]     Checking half v2.4.0
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]     Checking hdrhistogram v7.5.4
[INFO] [stderr]     Checking num-complex v0.4.5
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]     Checking plotters-backend v0.3.5
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]     Checking unsafe-libyaml v0.2.10
[INFO] [stderr]    Compiling openssl-sys v0.9.99
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking plotters-svg v0.3.5
[INFO] [stderr]     Checking ndarray v0.15.6
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking act-ids v0.1.0 (/opt/rustwide/workdir/actors/act-ids)
[INFO] [stderr]     Checking unicode-segmentation v1.11.0
[INFO] [stderr]     Checking rayon v1.9.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking act-identifiers v0.1.0 (/opt/rustwide/workdir/actors/act-identifiers)
[INFO] [stderr]     Checking skiplist v0.1.0 (/opt/rustwide/workdir/data_structures/skiplist)
[INFO] [stderr]     Checking bm-criterion v0.1.0 (/opt/rustwide/workdir/benchmarking/bm-criterion)
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking crossbeam-wait-group v0.1.0 (/opt/rustwide/workdir/concurrent/crossbeam-wait-group)
[INFO] [stderr]     Checking crossbeam-atomic-cell v0.1.0 (/opt/rustwide/workdir/concurrent/crossbeam-atomic-cell)
[INFO] [stderr]     Checking crossbeam-array-queue v0.1.0 (/opt/rustwide/workdir/concurrent/crossbeam-array-queue)
[INFO] [stderr]     Checking crossbeam-channels v0.1.0 (/opt/rustwide/workdir/concurrent/crossbeam-channels)
[INFO] [stderr]     Checking mem_concurrent_read v0.1.0 (/opt/rustwide/workdir/memory_mapped_io/mem_concurrent_read)
[INFO] [stderr]     Checking mem_large_write v0.1.0 (/opt/rustwide/workdir/memory_mapped_io/mem_large_write)
[INFO] [stderr]     Checking mem_database v0.1.0 (/opt/rustwide/workdir/memory_mapped_io/mem_database)
[INFO] [stderr]     Checking mem_inter_proc_read v0.1.0 (/opt/rustwide/workdir/memory_mapped_io/mem_inter_proc_read)
[INFO] [stderr]     Checking mem_inter_proc_write v0.1.0 (/opt/rustwide/workdir/memory_mapped_io/mem_inter_proc_write)
[INFO] [stderr]    Compiling tempfile v3.10.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking mem_read_file v0.1.0 (/opt/rustwide/workdir/memory_mapped_io/mem_read_file)
[INFO] [stderr]     Checking mem_realtime_processing v0.1.0 (/opt/rustwide/workdir/memory_mapped_io/mem_realtime_processing)
[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/e22dab387f6b4f6a87dfc54ac2f6013dddb41e68/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.2/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="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=e9e212ba399aca92 -C extra-filename=-62d838f3f56f51ed --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --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" "5a5e82b351e8a463e3a420d727d4884f1e0f940803dea55947f7355b6b994865", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a5e82b351e8a463e3a420d727d4884f1e0f940803dea55947f7355b6b994865", kill_on_drop: false }`
[INFO] [stdout] 5a5e82b351e8a463e3a420d727d4884f1e0f940803dea55947f7355b6b994865
