[INFO] fetching crate klv-uas 0.1.1... [INFO] testing klv-uas-0.1.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate klv-uas 0.1.1 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate klv-uas 0.1.1 [INFO] finished tweaking crates.io crate klv-uas 0.1.1 [INFO] tweaked toml for crates.io crate klv-uas 0.1.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate klv-uas 0.1.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate klv-uas 0.1.1 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a07bc3a29ec4c00d197ee41839671d211692bf6e3f8924b2a02dafccf65f2fe8 [INFO] running `Command { std: "docker" "start" "-a" "a07bc3a29ec4c00d197ee41839671d211692bf6e3f8924b2a02dafccf65f2fe8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a07bc3a29ec4c00d197ee41839671d211692bf6e3f8924b2a02dafccf65f2fe8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a07bc3a29ec4c00d197ee41839671d211692bf6e3f8924b2a02dafccf65f2fe8", kill_on_drop: false }` [INFO] [stdout] a07bc3a29ec4c00d197ee41839671d211692bf6e3f8924b2a02dafccf65f2fe8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bdb1272002f843a5ccb8c8adeb5a2081e08e00228c092c6e4cfa4d213dafd3dc [INFO] running `Command { std: "docker" "start" "-a" "bdb1272002f843a5ccb8c8adeb5a2081e08e00228c092c6e4cfa4d213dafd3dc", kill_on_drop: false }` [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling klv-uas v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:148:14 [INFO] [stdout] | [INFO] [stdout] 148 | fn imapb(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tag` [INFO] [stdout] --> src/klv_value.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | fn set(tag: Tag, bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_tag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:152:22 [INFO] [stdout] | [INFO] [stdout] 152 | fn set(tag: Tag, bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:156:13 [INFO] [stdout] | [INFO] [stdout] 156 | fn byte(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 160 | fn dlp(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:164:12 [INFO] [stdout] | [INFO] [stdout] 164 | fn vlp(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:168:12 [INFO] [stdout] | [INFO] [stdout] 168 | fn flp(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s [INFO] running `Command { std: "docker" "inspect" "bdb1272002f843a5ccb8c8adeb5a2081e08e00228c092c6e4cfa4d213dafd3dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdb1272002f843a5ccb8c8adeb5a2081e08e00228c092c6e4cfa4d213dafd3dc", kill_on_drop: false }` [INFO] [stdout] bdb1272002f843a5ccb8c8adeb5a2081e08e00228c092c6e4cfa4d213dafd3dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92298aca9642492ba290b9f807ed754ef6879f00621e63a8a9f02dba36330543 [INFO] running `Command { std: "docker" "start" "-a" "92298aca9642492ba290b9f807ed754ef6879f00621e63a8a9f02dba36330543", kill_on_drop: false }` [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling test-case-core v3.3.1 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling test-case-macros v3.3.1 [INFO] [stderr] Compiling test-case v3.3.1 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling klv-uas v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:148:14 [INFO] [stdout] | [INFO] [stdout] 148 | fn imapb(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tag` [INFO] [stdout] --> src/klv_value.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | fn set(tag: Tag, bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_tag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:152:22 [INFO] [stdout] | [INFO] [stdout] 152 | fn set(tag: Tag, bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:156:13 [INFO] [stdout] | [INFO] [stdout] 156 | fn byte(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 160 | fn dlp(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:164:12 [INFO] [stdout] | [INFO] [stdout] 164 | fn vlp(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:168:12 [INFO] [stdout] | [INFO] [stdout] 168 | fn flp(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling env_filter v0.1.2 [INFO] [stderr] Compiling env_logger v0.11.5 [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ts_analyzer` [INFO] [stdout] --> examples/klv_timestamp.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use ts_analyzer::reader::TSReader; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `ts_analyzer` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ts_analyzer`, use `cargo add ts_analyzer` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `klv-uas` (example "klv_timestamp") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:148:14 [INFO] [stdout] | [INFO] [stdout] 148 | fn imapb(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tag` [INFO] [stdout] --> src/klv_value.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | fn set(tag: Tag, bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_tag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:152:22 [INFO] [stdout] | [INFO] [stdout] 152 | fn set(tag: Tag, bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:156:13 [INFO] [stdout] | [INFO] [stdout] 156 | fn byte(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 160 | fn dlp(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:164:12 [INFO] [stdout] | [INFO] [stdout] 164 | fn vlp(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/klv_value.rs:168:12 [INFO] [stdout] | [INFO] [stdout] 168 | fn flp(bytes: &Box<[u8]>) -> KlvValue { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "92298aca9642492ba290b9f807ed754ef6879f00621e63a8a9f02dba36330543", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92298aca9642492ba290b9f807ed754ef6879f00621e63a8a9f02dba36330543", kill_on_drop: false }` [INFO] [stdout] 92298aca9642492ba290b9f807ed754ef6879f00621e63a8a9f02dba36330543