[INFO] fetching crate printr 0.1.3... [INFO] testing printr-0.1.3 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate printr 0.1.3 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate printr 0.1.3 [INFO] finished tweaking crates.io crate printr 0.1.3 [INFO] tweaked toml for crates.io crate printr 0.1.3 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate printr 0.1.3 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate printr 0.1.3 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 866dfc47b65f7538eab5012584c7fc9f04a5f5e05189a0c54a1938fc02a36e89 [INFO] running `Command { std: "docker" "start" "-a" "866dfc47b65f7538eab5012584c7fc9f04a5f5e05189a0c54a1938fc02a36e89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "866dfc47b65f7538eab5012584c7fc9f04a5f5e05189a0c54a1938fc02a36e89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "866dfc47b65f7538eab5012584c7fc9f04a5f5e05189a0c54a1938fc02a36e89", kill_on_drop: false }` [INFO] [stdout] 866dfc47b65f7538eab5012584c7fc9f04a5f5e05189a0c54a1938fc02a36e89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e7a217e2fa1121171cbb739445ad9bbd69b59ca28610eb7afc6fa5f28ac3798 [INFO] running `Command { std: "docker" "start" "-a" "4e7a217e2fa1121171cbb739445ad9bbd69b59ca28610eb7afc6fa5f28ac3798", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling itoa v0.3.4 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling sentiment v0.1.1 [INFO] [stderr] Compiling printr v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `value_name` is never read [INFO] [stdout] --> src/app.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 43 | Positional { [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] ... [INFO] [stdout] 47 | value_name: &'static str, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CustomArgKind` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> build.rs:60:38 [INFO] [stdout] | [INFO] [stdout] 60 | tpl = tpl.replace("{{AUTHORS}}", clap::crate_authors!(",\n")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this raw pointer has type `*const String` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&String` [INFO] [stdout] --> build.rs:60:38 [INFO] [stdout] | [INFO] [stdout] 60 | tpl = tpl.replace("{{AUTHORS}}", clap::crate_authors!(",\n")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `clap::crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-2.33.3/src/macros.rs:493:22 [INFO] [stdout] | [INFO] [stdout] 493| &(&(*VALUE))[..] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.25s [INFO] running `Command { std: "docker" "inspect" "4e7a217e2fa1121171cbb739445ad9bbd69b59ca28610eb7afc6fa5f28ac3798", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e7a217e2fa1121171cbb739445ad9bbd69b59ca28610eb7afc6fa5f28ac3798", kill_on_drop: false }` [INFO] [stdout] 4e7a217e2fa1121171cbb739445ad9bbd69b59ca28610eb7afc6fa5f28ac3798 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d7cd87a453f32891c5494bc0f68c28abaadacd7d7176945ce59f3b9ff2d77c6 [INFO] running `Command { std: "docker" "start" "-a" "3d7cd87a453f32891c5494bc0f68c28abaadacd7d7176945ce59f3b9ff2d77c6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling predicates-core v1.0.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stdout] warning: field `value_name` is never read [INFO] [stdout] --> src/app.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 43 | Positional { [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] ... [INFO] [stdout] 47 | value_name: &'static str, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CustomArgKind` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> build.rs:60:38 [INFO] [stdout] | [INFO] [stdout] 60 | tpl = tpl.replace("{{AUTHORS}}", clap::crate_authors!(",\n")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this raw pointer has type `*const String` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&String` [INFO] [stdout] --> build.rs:60:38 [INFO] [stdout] | [INFO] [stdout] 60 | tpl = tpl.replace("{{AUTHORS}}", clap::crate_authors!(",\n")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `clap::crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-2.33.3/src/macros.rs:493:22 [INFO] [stdout] | [INFO] [stdout] 493| &(&(*VALUE))[..] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling predicates-tree v1.0.2 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling predicates v1.0.7 [INFO] [stderr] Compiling assert_cmd v1.0.3 [INFO] [stderr] Compiling printr v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 9.43s [INFO] running `Command { std: "docker" "inspect" "3d7cd87a453f32891c5494bc0f68c28abaadacd7d7176945ce59f3b9ff2d77c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d7cd87a453f32891c5494bc0f68c28abaadacd7d7176945ce59f3b9ff2d77c6", kill_on_drop: false }` [INFO] [stdout] 3d7cd87a453f32891c5494bc0f68c28abaadacd7d7176945ce59f3b9ff2d77c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6db8fb78ea8e74105cd64fcfb9ca86d577c85d90b276520522b1ed602ce407f3 [INFO] running `Command { std: "docker" "start" "-a" "6db8fb78ea8e74105cd64fcfb9ca86d577c85d90b276520522b1ed602ce407f3", kill_on_drop: false }` [INFO] [stderr] warning: field `value_name` is never read [INFO] [stdout] [INFO] [stderr] --> src/app.rs:47:9 [INFO] [stdout] running 2 tests [INFO] [stderr] | [INFO] [stderr] 43 | Positional { [INFO] [stderr] | ---------- field in this variant [INFO] [stderr] ... [INFO] [stderr] 47 | value_name: &'static str, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `CustomArgKind` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> build.rs:60:38 [INFO] [stderr] | [INFO] [stderr] 60 | tpl = tpl.replace("{{AUTHORS}}", clap::crate_authors!(",\n")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this raw pointer has type `*const String` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&String` [INFO] [stderr] --> build.rs:60:38 [INFO] [stderr] | [INFO] [stderr] 60 | tpl = tpl.replace("{{AUTHORS}}", clap::crate_authors!(",\n")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `clap::crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-2.33.3/src/macros.rs:493:22 [INFO] [stderr] | [INFO] [stderr] 493| &(&(*VALUE))[..] [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: `printr` (build script) generated 2 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/printr-90049392d854342e) [INFO] [stdout] test tests::test_new_being_created_with_input_string_supplied ... ok [INFO] [stdout] test tests::test_new_being_created_with_filename_supplied ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/printr-fbaa8b8825c0ab4c) [INFO] [stderr] Doc-tests printr [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6db8fb78ea8e74105cd64fcfb9ca86d577c85d90b276520522b1ed602ce407f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6db8fb78ea8e74105cd64fcfb9ca86d577c85d90b276520522b1ed602ce407f3", kill_on_drop: false }` [INFO] [stdout] 6db8fb78ea8e74105cd64fcfb9ca86d577c85d90b276520522b1ed602ce407f3