[INFO] cloning repository https://github.com/geraldwuhoo/ytars
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/geraldwuhoo/ytars" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeraldwuhoo%2Fytars", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeraldwuhoo%2Fytars'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fd2392be015ddba5832d79d0b50176e985c474a1
[INFO] checking geraldwuhoo/ytars against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeraldwuhoo%2Fytars" "/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/geraldwuhoo/ytars
[INFO] finished tweaking git repo https://github.com/geraldwuhoo/ytars
[INFO] tweaked toml for git repo https://github.com/geraldwuhoo/ytars written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/geraldwuhoo/ytars on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/geraldwuhoo/ytars 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "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-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] bba6b23a0fdafcb45e444405a381702463e234dd0df675ff0cf1c05fb8101d6e
[INFO] running `Command { std: "docker" "start" "bba6b23a0fdafcb45e444405a381702463e234dd0df675ff0cf1c05fb8101d6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bba6b23a0fdafcb45e444405a381702463e234dd0df675ff0cf1c05fb8101d6e", 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" "bba6b23a0fdafcb45e444405a381702463e234dd0df675ff0cf1c05fb8101d6e" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bba6b23a0fdafcb45e444405a381702463e234dd0df675ff0cf1c05fb8101d6e", 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" "bba6b23a0fdafcb45e444405a381702463e234dd0df675ff0cf1c05fb8101d6e" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking log v0.4.34
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]     Checking futures-sink v0.3.34
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking cmov v0.5.4
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking ctutils v0.4.2
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling path-matchers v1.0.2
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling path-slash v0.1.5
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling change-detection v1.2.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]     Checking hybrid-array v0.4.14
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling path-slash v0.2.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tokio v1.51.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling static-files v0.3.1
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling futures-util v0.3.34
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]    Compiling hashlink v0.11.1
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling onig_sys v69.9.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]     Checking brotli-decompressor v5.0.0
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling chacha20 v0.10.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]    Compiling bytestring v1.5.0
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking brotli v8.0.2
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]    Compiling actix-router v0.5.4
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking actix-rt v2.11.0
[INFO] [stderr]    Compiling hkdf v0.13.0
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling md-5 v0.11.0
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling sqlx-core v0.9.0
[INFO] [stderr]    Compiling whoami v2.1.3
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking actix-server v2.8.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]     Checking terminal_size v0.4.4
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling static-files v0.2.5
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]    Compiling entities v1.0.1
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling jetscii v0.5.3
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking impl-more v0.3.5
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]    Compiling v_htmlescape v0.15.8
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling bon-macros v3.9.1
[INFO] [stderr]    Compiling comrak v0.52.0
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]    Compiling sqlx-postgres v0.9.0
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking avif-serialize v0.8.8
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]     Checking gif v0.14.2
[INFO] [stderr]    Compiling askama_parser v0.14.0
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking onig v6.5.1
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking syntect v5.3.0
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]    Compiling ytars v0.7.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking emojis v0.8.0
[INFO] [stderr]     Checking futures-executor v0.3.34
[INFO] [stderr]     Checking caseless v0.2.2
[INFO] [stderr]     Checking env_filter v2.0.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking jiff v0.2.23
[INFO] [stderr] error: could not compile `rav1e` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name rav1e --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="threading"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aom-sys", "asm", "av-metrics", "backtrace", "bench", "binaries", "byteorder", "capi", "cc", "channel-api", "check_asm", "clap", "clap_complete", "console", "crossbeam", "dav1d-sys", "decode_test", "decode_test_dav1d", "default", "desync_finder", "dump_ivf", "dump_lookahead_data", "fern", "git_version", "image", "ivf", "nasm-rs", "nom", "quick_test", "scan_fmt", "serde", "serde-big-array", "serialize", "signal-hook", "signal_support", "threading", "toml", "tracing", "tracing-chrome", "tracing-subscriber", "unstable", "wasm", "wasm-bindgen", "y4m"))' -C metadata=0692505d86214d4a -C extra-filename=-c8ea8478dd687147 --out-dir /opt/rustwide/target/debug/build/rav1e/c8ea8478dd687147/out -L dependency=/opt/rustwide/target/debug/build/aligned/47df98ec57d66d9d/out -L dependency=/opt/rustwide/target/debug/build/aligned-vec/703dbe2093fe19ad/out -L dependency=/opt/rustwide/target/debug/build/anyhow/88b36daaacafc31f/out -L dependency=/opt/rustwide/target/debug/build/arg_enum_proc_macro/e9a14d2def388792/out -L dependency=/opt/rustwide/target/debug/build/arrayvec/30751d79791e52e6/out -L dependency=/opt/rustwide/target/debug/build/as-slice/8d7ff796c4144fcb/out -L dependency=/opt/rustwide/target/debug/build/av-scenechange/a1d9e86e8f824b67/out -L dependency=/opt/rustwide/target/debug/build/av1-grain/83bb4f3b93b42429/out -L dependency=/opt/rustwide/target/debug/build/bitstream-io/b9cee8c30f59c189/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/core2/5cd7c3b6c4f4ec5b/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-deque/fdad849b02bfa1ea/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-epoch/b76a30c82221d246/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-utils/1c9006e854b046b8/out -L dependency=/opt/rustwide/target/debug/build/either/2dd350febc3796f2/out -L dependency=/opt/rustwide/target/debug/build/equator/b292abee069d4beb/out -L dependency=/opt/rustwide/target/debug/build/equator-macro/03fa158b258109dc/out -L dependency=/opt/rustwide/target/debug/build/itertools/449d835af8e0a62f/out -L dependency=/opt/rustwide/target/debug/build/libc/9f3ae8ae534eb9e7/out -L dependency=/opt/rustwide/target/debug/build/log/2285cdf6cdb2482f/out -L dependency=/opt/rustwide/target/debug/build/maybe-rayon/281a9fd4e78eb01e/out -L dependency=/opt/rustwide/target/debug/build/memchr/3d944e3b9ac373a3/out -L dependency=/opt/rustwide/target/debug/build/new_debug_unreachable/308576270019a9b4/out -L dependency=/opt/rustwide/target/debug/build/nom/253ca542987fcd06/out -L dependency=/opt/rustwide/target/debug/build/noop_proc_macro/2e1b35bb98ddaa7a/out -L dependency=/opt/rustwide/target/debug/build/num-bigint/60ee819742568743/out -L dependency=/opt/rustwide/target/debug/build/num-derive/d4f770773e7e9aa5/out -L dependency=/opt/rustwide/target/debug/build/num-integer/0fb0e996bf37432f/out -L dependency=/opt/rustwide/target/debug/build/num-rational/8d333e5dde4b0200/out -L dependency=/opt/rustwide/target/debug/build/num-traits/3f20bdcfe3eb0a45/out -L dependency=/opt/rustwide/target/debug/build/paste/c5e5e8a2bd161c29/out -L dependency=/opt/rustwide/target/debug/build/pastey/00e694bb8c5bde9f/out -L dependency=/opt/rustwide/target/debug/build/profiling/eab4a53d15b336a9/out -L dependency=/opt/rustwide/target/debug/build/profiling-procmacros/9ea52524e1e390d3/out -L dependency=/opt/rustwide/target/debug/build/rayon/f3bf208949a6d165/out -L dependency=/opt/rustwide/target/debug/build/rayon-core/7a884365b0b2f48a/out -L dependency=/opt/rustwide/target/debug/build/serde/02fad437dadf681f/out -L dependency=/opt/rustwide/target/debug/build/serde_core/c3fb5a998c9471b6/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/0d175b916ca1f2fd/out -L dependency=/opt/rustwide/target/debug/build/simd_helpers/49b1ffba24a95829/out -L dependency=/opt/rustwide/target/debug/build/stable_deref_trait/a4bd0afb694af506/out -L dependency=/opt/rustwide/target/debug/build/thiserror/a5c126b3d15eb086/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/1c05e897538ae951/out -L dependency=/opt/rustwide/target/debug/build/v_frame/1f8d4532955e69d2/out -L dependency=/opt/rustwide/target/debug/build/y4m/8e416728c22fa408/out --extern aligned_vec=/opt/rustwide/target/debug/build/aligned-vec/703dbe2093fe19ad/out/libaligned_vec-703dbe2093fe19ad.rmeta --extern arg_enum_proc_macro=/opt/rustwide/target/debug/build/arg_enum_proc_macro/e9a14d2def388792/out/libarg_enum_proc_macro-e9a14d2def388792.so --extern arrayvec=/opt/rustwide/target/debug/build/arrayvec/30751d79791e52e6/out/libarrayvec-30751d79791e52e6.rmeta --extern av_scenechange=/opt/rustwide/target/debug/build/av-scenechange/a1d9e86e8f824b67/out/libav_scenechange-a1d9e86e8f824b67.rmeta --extern av1_grain=/opt/rustwide/target/debug/build/av1-grain/83bb4f3b93b42429/out/libav1_grain-83bb4f3b93b42429.rmeta --extern bitstream_io=/opt/rustwide/target/debug/build/bitstream-io/b9cee8c30f59c189/out/libbitstream_io-b9cee8c30f59c189.rmeta --extern cfg_if=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out/libcfg_if-190c9021fd162845.rmeta --extern itertools=/opt/rustwide/target/debug/build/itertools/449d835af8e0a62f/out/libitertools-449d835af8e0a62f.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/9f3ae8ae534eb9e7/out/liblibc-9f3ae8ae534eb9e7.rmeta --extern log=/opt/rustwide/target/debug/build/log/2285cdf6cdb2482f/out/liblog-2285cdf6cdb2482f.rmeta --extern rayon=/opt/rustwide/target/debug/build/maybe-rayon/281a9fd4e78eb01e/out/libmaybe_rayon-281a9fd4e78eb01e.rmeta --extern debug_unreachable=/opt/rustwide/target/debug/build/new_debug_unreachable/308576270019a9b4/out/libdebug_unreachable-308576270019a9b4.rmeta --extern noop_proc_macro=/opt/rustwide/target/debug/build/noop_proc_macro/2e1b35bb98ddaa7a/out/libnoop_proc_macro-2e1b35bb98ddaa7a.so --extern num_derive=/opt/rustwide/target/debug/build/num-derive/d4f770773e7e9aa5/out/libnum_derive-d4f770773e7e9aa5.so --extern num_traits=/opt/rustwide/target/debug/build/num-traits/3f20bdcfe3eb0a45/out/libnum_traits-3f20bdcfe3eb0a45.rmeta --extern paste=/opt/rustwide/target/debug/build/paste/c5e5e8a2bd161c29/out/libpaste-c5e5e8a2bd161c29.so --extern profiling=/opt/rustwide/target/debug/build/profiling/eab4a53d15b336a9/out/libprofiling-eab4a53d15b336a9.rmeta --extern simd_helpers=/opt/rustwide/target/debug/build/simd_helpers/49b1ffba24a95829/out/libsimd_helpers-49b1ffba24a95829.so --extern thiserror=/opt/rustwide/target/debug/build/thiserror/a5c126b3d15eb086/out/libthiserror-a5c126b3d15eb086.rmeta --extern v_frame=/opt/rustwide/target/debug/build/v_frame/1f8d4532955e69d2/out/libv_frame-1f8d4532955e69d2.rmeta --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" "bba6b23a0fdafcb45e444405a381702463e234dd0df675ff0cf1c05fb8101d6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bba6b23a0fdafcb45e444405a381702463e234dd0df675ff0cf1c05fb8101d6e", kill_on_drop: false }`
[INFO] [stdout] bba6b23a0fdafcb45e444405a381702463e234dd0df675ff0cf1c05fb8101d6e
