[INFO] fetching crate herolib-sid 0.1.0... [INFO] testing herolib-sid-0.1.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate herolib-sid 0.1.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate herolib-sid 0.1.0 [INFO] finished tweaking crates.io crate herolib-sid 0.1.0 [INFO] tweaked toml for crates.io crate herolib-sid 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate herolib-sid 0.1.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate herolib-sid 0.1.0 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0ce2d8e0a6dfb6b1ae58fe2cd510520573d91a13c6fbc5f84ace870a559e053a [INFO] running `Command { std: "docker" "start" "-a" "0ce2d8e0a6dfb6b1ae58fe2cd510520573d91a13c6fbc5f84ace870a559e053a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ce2d8e0a6dfb6b1ae58fe2cd510520573d91a13c6fbc5f84ace870a559e053a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ce2d8e0a6dfb6b1ae58fe2cd510520573d91a13c6fbc5f84ace870a559e053a", kill_on_drop: false }` [INFO] [stdout] 0ce2d8e0a6dfb6b1ae58fe2cd510520573d91a13c6fbc5f84ace870a559e053a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3683139898a522512273dd3ed961f3df6d7ff3c780e68ad3b5a38436c13c2632 [INFO] running `Command { std: "docker" "start" "-a" "3683139898a522512273dd3ed961f3df6d7ff3c780e68ad3b5a38436c13c2632", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling herolib-sid v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Contributor` is never constructed [INFO] [stdout] --> src/contributor.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct Contributor { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `with_counter`, `cid`, `local_counter`, `mint`, and `peek_next` are never used [INFO] [stdout] --> src/contributor.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 21 | impl Contributor { [INFO] [stdout] | ---------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 25 | pub fn new(cid: u16) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | pub fn with_counter(cid: u16, local_counter: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 46 | pub fn cid(&self) -> u16 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | pub fn local_counter(&self) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | pub fn mint(&mut self, num_contributors: u16, min_length: usize) -> Result { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn peek_next(&self, num_contributors: u16, min_length: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.65s [INFO] running `Command { std: "docker" "inspect" "3683139898a522512273dd3ed961f3df6d7ff3c780e68ad3b5a38436c13c2632", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3683139898a522512273dd3ed961f3df6d7ff3c780e68ad3b5a38436c13c2632", kill_on_drop: false }` [INFO] [stdout] 3683139898a522512273dd3ed961f3df6d7ff3c780e68ad3b5a38436c13c2632 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06dfff5d5e3685b4e09eb829f6caf22e51d2e6d12f3df7123abda32de522da0c [INFO] running `Command { std: "docker" "start" "-a" "06dfff5d5e3685b4e09eb829f6caf22e51d2e6d12f3df7123abda32de522da0c", kill_on_drop: false }` [INFO] [stderr] Compiling zmij v1.0.16 [INFO] [stdout] warning: struct `Contributor` is never constructed [INFO] [stdout] --> src/contributor.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct Contributor { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `with_counter`, `cid`, `local_counter`, `mint`, and `peek_next` are never used [INFO] [stdout] --> src/contributor.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 21 | impl Contributor { [INFO] [stdout] | ---------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 25 | pub fn new(cid: u16) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | pub fn with_counter(cid: u16, local_counter: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 46 | pub fn cid(&self) -> u16 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | pub fn local_counter(&self) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | pub fn mint(&mut self, num_contributors: u16, min_length: usize) -> Result { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn peek_next(&self, num_contributors: u16, min_length: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling herolib-sid v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.24s [INFO] running `Command { std: "docker" "inspect" "06dfff5d5e3685b4e09eb829f6caf22e51d2e6d12f3df7123abda32de522da0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06dfff5d5e3685b4e09eb829f6caf22e51d2e6d12f3df7123abda32de522da0c", kill_on_drop: false }` [INFO] [stdout] 06dfff5d5e3685b4e09eb829f6caf22e51d2e6d12f3df7123abda32de522da0c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] effe6477647bdfbdc4cde3209b8db143f86312ef938a26239fe823a3702a3e2c [INFO] running `Command { std: "docker" "start" "-a" "effe6477647bdfbdc4cde3209b8db143f86312ef938a26239fe823a3702a3e2c", kill_on_drop: false }` [INFO] [stderr] warning: struct `Contributor` is never constructed [INFO] [stderr] --> src/contributor.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | pub struct Contributor { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: associated items `new`, `with_counter`, `cid`, `local_counter`, `mint`, and `peek_next` are never used [INFO] [stderr] --> src/contributor.rs:25:12 [INFO] [stderr] | [INFO] [stderr] 21 | impl Contributor { [INFO] [stderr] | ---------------- associated items in this implementation [INFO] [stderr] ... [INFO] [stderr] 25 | pub fn new(cid: u16) -> Result { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 38 | pub fn with_counter(cid: u16, local_counter: u64) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 46 | pub fn cid(&self) -> u16 { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 51 | pub fn local_counter(&self) -> u64 { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 58 | pub fn mint(&mut self, num_contributors: u16, min_length: usize) -> Result { [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 65 | pub fn peek_next(&self, num_contributors: u16, min_length: usize) -> Result { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `herolib-sid` (lib) generated 2 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/herolib_sid-4263b7abe1eddfcf) [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test base36::tests::test_decode_with_padding ... ok [INFO] [stdout] test base36::tests::test_capacity_constants ... ok [INFO] [stdout] test base36::tests::test_decode_accepts_uppercase ... ok [INFO] [stdout] test base36::tests::test_decode_errors ... ok [INFO] [stdout] test base36::tests::test_encode_basic ... ok [INFO] [stdout] test base36::tests::test_required_length ... ok [INFO] [stdout] test base36::tests::test_decode_basic ... ok [INFO] [stdout] test base36::tests::test_roundtrip ... ok [INFO] [stdout] test contributor::tests::test_contributor_id_too_large ... ok [INFO] [stdout] test contributor::tests::test_mint ... ok [INFO] [stdout] test contributor::tests::test_mint_multi_contributor ... ok [INFO] [stdout] test contributor::tests::test_new_contributor ... ok [INFO] [stdout] test contributor::tests::test_serde ... ok [INFO] [stdout] test contributor::tests::test_peek_next ... ok [INFO] [stdout] test contributor::tests::test_with_counter ... ok [INFO] [stdout] test smartid::tests::test_from_str ... ok [INFO] [stdout] test smartid::tests::test_contributor_id_too_large ... ok [INFO] [stdout] test smartid::tests::test_display ... ok [INFO] [stdout] test smartid::tests::test_from_global_id ... ok [INFO] [stdout] test smartid::tests::test_parse ... ok [INFO] [stdout] test smartid::tests::test_parse_invalid ... ok [INFO] [stdout] test smartid::tests::test_serde ... ok [INFO] [stdout] test base36::tests::test_is_valid_sid ... ok [INFO] [stdout] test base36::tests::test_encode_larger_values ... ok [INFO] [stdout] test base36::tests::test_encode_padded ... ok [INFO] [stdout] test smartid::tests::test_compute ... ok [INFO] [stderr] Doc-tests herolib_sid [INFO] [stdout] test smartid::tests::test_ordering ... ok [INFO] [stdout] test smartid::tests::test_roundtrip ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/base36.rs - base36::encode_padded (line 81) ... FAILED [INFO] [stdout] test src/base36.rs - base36::required_length (line 162) ... FAILED [INFO] [stdout] test src/base36.rs - base36::encode (line 43) ... FAILED [INFO] [stdout] test src/base36.rs - base36::decode (line 115) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/base36.rs - base36::encode_padded (line 81) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `herolib_osis` in this scope [INFO] [stdout] --> src/base36.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | use herolib_osis::sid::base36::encode_padded; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `herolib_osis` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 82 - use herolib_osis::sid::base36::encode_padded; [INFO] [stdout] 82 + use herolib_sid::sid::base36::encode_padded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/base36.rs - base36::required_length (line 162) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `herolib_osis` in this scope [INFO] [stdout] --> src/base36.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | use herolib_osis::sid::base36::required_length; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `herolib_osis` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 163 - use herolib_osis::sid::base36::required_length; [INFO] [stdout] 163 + use herolib_sid::sid::base36::required_length; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/base36.rs - base36::encode (line 43) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `herolib_osis` in this scope [INFO] [stdout] --> src/base36.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | use herolib_osis::sid::base36::encode; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `herolib_osis` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 44 - use herolib_osis::sid::base36::encode; [INFO] [stdout] 44 + use herolib_sid::sid::base36::encode; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/base36.rs - base36::decode (line 115) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `herolib_osis` in this scope [INFO] [stdout] --> src/base36.rs:116:5 [INFO] [stdout] | [INFO] [stdout] 116 | use herolib_osis::sid::base36::decode; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `herolib_osis` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 116 - use herolib_osis::sid::base36::decode; [INFO] [stdout] 116 + use herolib_sid::sid::base36::decode; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/base36.rs - base36::decode (line 115) [INFO] [stdout] src/base36.rs - base36::encode (line 43) [INFO] [stdout] src/base36.rs - base36::encode_padded (line 81) [INFO] [stdout] src/base36.rs - base36::required_length (line 162) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "effe6477647bdfbdc4cde3209b8db143f86312ef938a26239fe823a3702a3e2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "effe6477647bdfbdc4cde3209b8db143f86312ef938a26239fe823a3702a3e2c", kill_on_drop: false }` [INFO] [stdout] effe6477647bdfbdc4cde3209b8db143f86312ef938a26239fe823a3702a3e2c