[INFO] cloning repository https://github.com/smclmnt/rust-lambda
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/smclmnt/rust-lambda" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmclmnt%2Frust-lambda", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmclmnt%2Frust-lambda'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d571ee9aa6afc6417266350176038af51e2033a6
[INFO] checking smclmnt/rust-lambda against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmclmnt%2Frust-lambda" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/smclmnt/rust-lambda
[INFO] finished tweaking git repo https://github.com/smclmnt/rust-lambda
[INFO] tweaked toml for git repo https://github.com/smclmnt/rust-lambda written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/smclmnt/rust-lambda on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/smclmnt/rust-lambda 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 472039ff246ce24a1641c656ae6b215c8fdef6aabeb079c2141cac7f4283077b
[INFO] running `Command { std: "docker" "start" "472039ff246ce24a1641c656ae6b215c8fdef6aabeb079c2141cac7f4283077b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "472039ff246ce24a1641c656ae6b215c8fdef6aabeb079c2141cac7f4283077b", 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" "472039ff246ce24a1641c656ae6b215c8fdef6aabeb079c2141cac7f4283077b" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "472039ff246ce24a1641c656ae6b215c8fdef6aabeb079c2141cac7f4283077b", 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" "472039ff246ce24a1641c656ae6b215c8fdef6aabeb079c2141cac7f4283077b" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking outref v0.5.2
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling aws-lc-rs v1.13.3
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking zerovec v0.11.3
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking base64-simd v0.8.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling aws-types v1.3.8
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling cc v1.2.31
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling pest v2.8.1
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking regex-lite v0.1.6
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling darling_core v0.21.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling prettyplease v0.2.36
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]    Compiling aws-lc-sys v0.30.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling pest_meta v2.8.1
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]     Checking xmlparser v0.13.6
[INFO] [stderr] error: could not compile `serde` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0/bin/rustc --crate-name serde --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=dfc5561fa8cbf329 -C extra-filename=-03a6d401b6805b09 --out-dir /opt/rustwide/target/debug/build/serde/03a6d401b6805b09/out --extern serde_derive=/opt/rustwide/target/debug/build/serde_derive/738b9552d5db5c50/out/libserde_derive-738b9552d5db5c50.so --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/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=bdd04e0f4dc7c7dd -C extra-filename=-a51f3b0cccc0511b --out-dir /opt/rustwide/target/debug/build/regex-syntax/a51f3b0cccc0511b/out --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "472039ff246ce24a1641c656ae6b215c8fdef6aabeb079c2141cac7f4283077b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "472039ff246ce24a1641c656ae6b215c8fdef6aabeb079c2141cac7f4283077b", kill_on_drop: false }`
[INFO] [stdout] 472039ff246ce24a1641c656ae6b215c8fdef6aabeb079c2141cac7f4283077b
