[INFO] cloning repository https://github.com/Ryan00956/pine-compat-runtime
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ryan00956/pine-compat-runtime" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRyan00956%2Fpine-compat-runtime", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRyan00956%2Fpine-compat-runtime'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7b70095f60f810bbe5ba98b8466856b00b1efbdc
[INFO] checking Ryan00956/pine-compat-runtime/7b70095f60f810bbe5ba98b8466856b00b1efbdc against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRyan00956%2Fpine-compat-runtime" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Ryan00956/pine-compat-runtime
[INFO] finished tweaking git repo https://github.com/Ryan00956/pine-compat-runtime
[INFO] tweaked toml for git repo https://github.com/Ryan00956/pine-compat-runtime written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Ryan00956/pine-compat-runtime on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Ryan00956/pine-compat-runtime 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-encoder v0.245.1
[INFO] [stderr]   Downloaded walrus-macro v0.26.0
[INFO] [stderr]   Downloaded unicode_names2_generator v2.0.0
[INFO] [stderr]   Downloaded walrus v0.26.4
[INFO] [stderr]   Downloaded wasm-bindgen-cli-support v0.2.121
[INFO] [stderr]   Downloaded wasmparser v0.245.1
[INFO] [stderr]   Downloaded unicode_names2 v2.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 409ed6ee8e20702f73fd477e4146fcdbf7aa04ced5b8d95f93be892377d02526
[INFO] running `Command { std: "docker" "start" "409ed6ee8e20702f73fd477e4146fcdbf7aa04ced5b8d95f93be892377d02526", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "409ed6ee8e20702f73fd477e4146fcdbf7aa04ced5b8d95f93be892377d02526", 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" "409ed6ee8e20702f73fd477e4146fcdbf7aa04ced5b8d95f93be892377d02526" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "409ed6ee8e20702f73fd477e4146fcdbf7aa04ced5b8d95f93be892377d02526", 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" "409ed6ee8e20702f73fd477e4146fcdbf7aa04ced5b8d95f93be892377d02526" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking pine-syntax v0.3.0-rc.1 (/opt/rustwide/workdir/crates/pine-syntax)
[INFO] [stderr]     Checking pine-ir v0.3.0-rc.1 (/opt/rustwide/workdir/crates/pine-ir)
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking pine-builtins v0.3.0-rc.1 (/opt/rustwide/workdir/crates/pine-builtins)
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]     Checking pine-sema v0.3.0-rc.1 (/opt/rustwide/workdir/crates/pine-sema)
[INFO] [stderr]     Checking chrono-tz v0.10.4
[INFO] [stderr]    Compiling pyo3-build-config v0.28.3
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.121
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking crossbeam-deque v0.8.7
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling pyo3-macros-backend v0.28.3
[INFO] [stderr]    Compiling pyo3-ffi v0.28.3
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.121
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]     Checking wasm-encoder v0.245.1
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling pyo3 v0.28.3
[INFO] [stderr]     Checking leb128 v0.2.7
[INFO] [stderr]     Checking rustc-demangle v0.1.28
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.121
[INFO] [stderr] error: could not compile `chrono-tz` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/eca445e5ae4a6679cc27d3a09106ce245e13a5a6/bin/rustc --crate-name chrono_tz --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=950b98522867b614 -C extra-filename=-7ee8d11dedbe270b --out-dir /opt/rustwide/target/debug/build/chrono-tz/7ee8d11dedbe270b/out -L dependency=/opt/rustwide/target/debug/build/num-traits/3c4d893fd622ad0a/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/329483547a290f91/out -L dependency=/opt/rustwide/target/debug/build/siphasher/893e00f08ec67819/out --extern chrono=/opt/rustwide/target/debug/build/chrono/3d277330407c4712/out/libchrono-3d277330407c4712.rmeta --extern phf=/opt/rustwide/target/debug/build/phf/be26ca6f7b91dc8f/out/libphf-be26ca6f7b91dc8f.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/eca445e5ae4a6679cc27d3a09106ce245e13a5a6/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/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"' --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=67c041aeae71e7b8 -C extra-filename=-b66dcf7209d2edaa --out-dir /opt/rustwide/target/debug/build/syn/b66dcf7209d2edaa/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/d4cb564e807a9cd7/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/d4cb564e807a9cd7/out/libproc_macro2-d4cb564e807a9cd7.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/aa2c5b8519914b46/out/libquote-aa2c5b8519914b46.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out/libunicode_ident-8c98a1a0e58216a9.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "409ed6ee8e20702f73fd477e4146fcdbf7aa04ced5b8d95f93be892377d02526", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "409ed6ee8e20702f73fd477e4146fcdbf7aa04ced5b8d95f93be892377d02526", kill_on_drop: false }`
[INFO] [stdout] 409ed6ee8e20702f73fd477e4146fcdbf7aa04ced5b8d95f93be892377d02526
