[INFO] cloning repository https://github.com/lapismyt/iytmr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lapismyt/iytmr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flapismyt%2Fiytmr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flapismyt%2Fiytmr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c5382ae14ad8408e9a037ad70f6f71a944dd6269
[INFO] checking lapismyt/iytmr against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flapismyt%2Fiytmr" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lapismyt/iytmr
[INFO] finished tweaking git repo https://github.com/lapismyt/iytmr
[INFO] tweaked toml for git repo https://github.com/lapismyt/iytmr written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lapismyt/iytmr on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lapismyt/iytmr 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "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-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] b6393b0c4403832aab20cf91d4295b2ce469637a9bbc734784f0c93938e81ae5
[INFO] running `Command { std: "docker" "start" "b6393b0c4403832aab20cf91d4295b2ce469637a9bbc734784f0c93938e81ae5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b6393b0c4403832aab20cf91d4295b2ce469637a9bbc734784f0c93938e81ae5", 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" "b6393b0c4403832aab20cf91d4295b2ce469637a9bbc734784f0c93938e81ae5" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b6393b0c4403832aab20cf91d4295b2ce469637a9bbc734784f0c93938e81ae5", 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" "b6393b0c4403832aab20cf91d4295b2ce469637a9bbc734784f0c93938e81ae5" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling portable-atomic v1.15.0
[INFO] [stderr]     Checking futures-sink v0.3.34
[INFO] [stderr]     Checking log v0.4.34
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking indexmap v2.14.1
[INFO] [stderr]    Compiling crc32fast v1.5.1
[INFO] [stderr]    Compiling cc v1.4.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking simd-adler32 v0.3.10
[INFO] [stderr]     Checking zlib-rs v0.6.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking either v1.18.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]    Compiling aho-corasick v1.1.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking miniz_oxide v0.9.1
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling aws-lc-rs v1.18.0
[INFO] [stderr]    Compiling object v0.39.1
[INFO] [stderr]    Compiling bstr v1.13.1
[INFO] [stderr]     Checking cpufeatures v0.3.1
[INFO] [stderr]     Checking http-body-util v0.1.5
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]     Checking chacha20 v0.10.2
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]     Checking uuid v1.26.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]     Checking data-encoding v2.11.1
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling syn v3.0.4
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]    Compiling erasable v1.3.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]     Checking flate2 v1.1.10
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling aws-lc-sys v0.44.0
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling stacker v0.1.25
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling arc-swap v1.9.2
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]    Compiling normpath v1.5.1
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]    Compiling base62 v2.2.4
[INFO] [stderr]    Compiling redb v4.2.0
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking globset v0.4.20
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking rc-box v1.3.0
[INFO] [stderr]     Checking ogg_pager v0.7.2
[INFO] [stderr]     Checking ignore v0.4.33
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]    Compiling glob v0.3.4
[INFO] [stderr]     Checking humantime v2.4.0
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]    Compiling yt-dlp v2.7.3 (https://github.com/lapismyt/yt-dlp#18a79b4e)
[INFO] [stderr]     Checking typed-path v0.12.3
[INFO] [stderr]    Compiling redb v3.1.3
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]     Checking takecell v0.1.2
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]     Checking globwalk v0.8.1
[INFO] [stderr]     Checking tar v0.4.46
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking id3 v1.17.1
[INFO] [stderr]     Checking rmp v0.8.15
[INFO] [stderr]    Compiling iytmr v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking mp4ameta v0.13.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]     Checking pretty_env_logger v0.5.0
[INFO] [stderr]     Checking zip v8.6.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/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name object --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.39.1/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"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "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=a5d3ae2854abdcf6 -C extra-filename=-08a9acf65d79ff86 --out-dir /opt/rustwide/target/debug/build/object/08a9acf65d79ff86/out --extern memchr=/opt/rustwide/target/debug/build/memchr/eb8ac1f1f77ae379/out/libmemchr-eb8ac1f1f77ae379.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --cfg core_error --check-cfg 'cfg(core_error)'` (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/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.0.4/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=b1a6023e009d43bd -C extra-filename=-5a06f0a05cc5a58f --out-dir /opt/rustwide/target/debug/build/syn/5a06f0a05cc5a58f/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/8f2eb951e8e720ca/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/8f2eb951e8e720ca/out/libproc_macro2-8f2eb951e8e720ca.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/dfbc202865965a3b/out/libquote-dfbc202865965a3b.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" "b6393b0c4403832aab20cf91d4295b2ce469637a9bbc734784f0c93938e81ae5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6393b0c4403832aab20cf91d4295b2ce469637a9bbc734784f0c93938e81ae5", kill_on_drop: false }`
[INFO] [stdout] b6393b0c4403832aab20cf91d4295b2ce469637a9bbc734784f0c93938e81ae5
