[INFO] fetching crate lasso 0.7.3... [INFO] testing lasso-0.7.3 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate lasso 0.7.3 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate lasso 0.7.3 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate lasso 0.7.3 [INFO] tweaked toml for crates.io crate lasso 0.7.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate lasso 0.7.3 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate lasso 0.7.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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46c284a5c4fc5595e596fe89fef88da593567db81a66d5cb1fb1f532353bc226 [INFO] running `Command { std: "docker" "start" "-a" "46c284a5c4fc5595e596fe89fef88da593567db81a66d5cb1fb1f532353bc226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46c284a5c4fc5595e596fe89fef88da593567db81a66d5cb1fb1f532353bc226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46c284a5c4fc5595e596fe89fef88da593567db81a66d5cb1fb1f532353bc226", kill_on_drop: false }` [INFO] [stdout] 46c284a5c4fc5595e596fe89fef88da593567db81a66d5cb1fb1f532353bc226 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f208efbaf5eeb166c1fd35378e19e3bc6b11fa9ab221de99f50c226be37d05d [INFO] running `Command { std: "docker" "start" "-a" "8f208efbaf5eeb166c1fd35378e19e3bc6b11fa9ab221de99f50c226be37d05d", kill_on_drop: false }` [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling lasso v0.7.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/boxed.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/boxed.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/boxed.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/boxed.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo_reader.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo_reader.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s [INFO] running `Command { std: "docker" "inspect" "8f208efbaf5eeb166c1fd35378e19e3bc6b11fa9ab221de99f50c226be37d05d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f208efbaf5eeb166c1fd35378e19e3bc6b11fa9ab221de99f50c226be37d05d", kill_on_drop: false }` [INFO] [stdout] 8f208efbaf5eeb166c1fd35378e19e3bc6b11fa9ab221de99f50c226be37d05d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6179c9e003efd3d2bec0f3a192dc0f107efae64f9c3b73cd4dcfcc6a351cd844 [INFO] running `Command { std: "docker" "start" "-a" "6179c9e003efd3d2bec0f3a192dc0f107efae64f9c3b73cd4dcfcc6a351cd844", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling libc v0.2.144 [INFO] [stderr] Compiling serde v1.0.163 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling regex-syntax v0.7.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/boxed.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/boxed.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/boxed.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/boxed.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo_reader.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo_reader.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling regex v1.8.1 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.2.1 [INFO] [stderr] Compiling serde_derive v1.0.163 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling lasso v0.7.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/boxed.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/boxed.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/boxed.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/boxed.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo_reader.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/interface/rodeo_reader.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 42.41s [INFO] running `Command { std: "docker" "inspect" "6179c9e003efd3d2bec0f3a192dc0f107efae64f9c3b73cd4dcfcc6a351cd844", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6179c9e003efd3d2bec0f3a192dc0f107efae64f9c3b73cd4dcfcc6a351cd844", kill_on_drop: false }` [INFO] [stdout] 6179c9e003efd3d2bec0f3a192dc0f107efae64f9c3b73cd4dcfcc6a351cd844 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0646bdbc3357685115966cd31c6b31aad58cec77de077fdf651ddc70ba4a311f [INFO] running `Command { std: "docker" "start" "-a" "0646bdbc3357685115966cd31c6b31aad58cec77de077fdf651ddc70ba4a311f", kill_on_drop: false }` [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/interface/boxed.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/interface/boxed.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/interface/boxed.rs:82:5 [INFO] [stderr] | [INFO] [stderr] 82 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/interface/boxed.rs:91:5 [INFO] [stderr] | [INFO] [stderr] 91 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/interface/rodeo.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/interface/rodeo.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/interface/rodeo.rs:92:5 [INFO] [stderr] | [INFO] [stderr] 92 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/interface/rodeo.rs:101:5 [INFO] [stderr] | [INFO] [stderr] 101 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/interface/rodeo_reader.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/interface/rodeo_reader.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `lasso` (lib) generated 10 warnings (run `cargo fix --lib -p lasso` to apply 10 suggestions) [INFO] [stderr] warning: `lasso` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lasso-9ea54b16c7bb549f) [INFO] [stdout] [INFO] [stdout] running 98 tests [INFO] [stdout] test arenas::single_threaded::tests::allocate_more_than_double ... ok [INFO] [stdout] test arenas::single_threaded::tests::allocate_too_much ... ok [INFO] [stdout] test arenas::single_threaded::tests::empty_str ... ok [INFO] [stdout] test arenas::single_threaded::tests::memory_exhausted ... ok [INFO] [stdout] test arenas::single_threaded::tests::string ... ok [INFO] [stdout] test interface::tests::resolver_implementations ... ok [INFO] [stdout] test keys::tests::large ... ok [INFO] [stdout] test interface::tests::reader_implementations ... ok [INFO] [stdout] test interface::tests::interner_implementations ... ok [INFO] [stdout] test arenas::single_threaded::tests::exponential_allocations ... ok [INFO] [stdout] test keys::tests::mini_returns_none ... ok [INFO] [stdout] test keys::tests::spur ... ok [INFO] [stdout] test keys::tests::large_max_returns_none ... ok [INFO] [stdout] test keys::tests::mini ... ok [INFO] [stdout] test keys::tests::micro ... ok [INFO] [stdout] test keys::tests::spur_returns_none ... ok [INFO] [stdout] test keys::tests::micro_returns_none ... ok [INFO] [stdout] test reader::tests::single_threaded::contains ... ok [INFO] [stdout] test reader::tests::single_threaded::debug ... ok [INFO] [stdout] test reader::tests::single_threaded::drops ... ok [INFO] [stdout] test reader::tests::single_threaded::empty ... ok [INFO] [stdout] test reader::tests::single_threaded::get ... ok [INFO] [stdout] test reader::tests::single_threaded::index ... ok [INFO] [stdout] test reader::tests::single_threaded::into_iterator ... ok [INFO] [stdout] test reader::tests::single_threaded::into_resolver ... ok [INFO] [stdout] test reader::tests::single_threaded::iter ... ok [INFO] [stdout] test reader::tests::single_threaded::len ... ok [INFO] [stdout] test reader::tests::single_threaded::reader_eq ... ok [INFO] [stdout] test reader::tests::single_threaded::resolve ... ok [INFO] [stdout] test reader::tests::single_threaded::resolver_eq ... ok [INFO] [stdout] test reader::tests::single_threaded::resolve_unchecked ... ok [INFO] [stdout] test reader::tests::single_threaded::strings ... ok [INFO] [stdout] test reader::tests::single_threaded::try_resolve ... ok [INFO] [stdout] test resolver::tests::single_threaded::contains_key ... ok [INFO] [stdout] test resolver::tests::single_threaded::debug ... ok [INFO] [stdout] test resolver::tests::single_threaded::drops ... ok [INFO] [stdout] test resolver::tests::single_threaded::empty ... ok [INFO] [stdout] test resolver::tests::single_threaded::index ... ok [INFO] [stdout] test resolver::tests::single_threaded::into_iterator ... ok [INFO] [stdout] test resolver::tests::single_threaded::iter ... ok [INFO] [stdout] test resolver::tests::single_threaded::len ... ok [INFO] [stdout] test resolver::tests::single_threaded::reader_eq ... ok [INFO] [stdout] test resolver::tests::single_threaded::resolve ... ok [INFO] [stdout] test resolver::tests::single_threaded::resolve_unchecked ... ok [INFO] [stdout] test resolver::tests::single_threaded::resolver_eq ... ok [INFO] [stdout] test resolver::tests::single_threaded::strings ... ok [INFO] [stdout] test resolver::tests::single_threaded::try_resolve ... ok [INFO] [stdout] test rodeo::tests::clone_from_rodeo ... ok [INFO] [stdout] test rodeo::tests::clone_rodeo ... ok [INFO] [stdout] test rodeo::tests::contains ... ok [INFO] [stdout] test rodeo::tests::contains_key ... ok [INFO] [stdout] test rodeo::tests::debug ... ok [INFO] [stdout] test rodeo::tests::drop_rodeo ... ok [INFO] [stdout] test rodeo::tests::empty ... ok [INFO] [stdout] test reader::tests::single_threaded::contains_key ... ok [INFO] [stdout] test rodeo::tests::extend ... ok [INFO] [stdout] test rodeo::tests::from_iter ... ok [INFO] [stdout] test rodeo::tests::get ... ok [INFO] [stdout] test rodeo::tests::get_or_intern ... ok [INFO] [stdout] test rodeo::tests::get_or_intern_static ... ok [INFO] [stdout] test rodeo::tests::index ... ok [INFO] [stdout] test rodeo::tests::into_iterator ... ok [INFO] [stdout] test rodeo::tests::iter ... ok [INFO] [stdout] test rodeo::tests::memory_exhausted ... ok [INFO] [stdout] test rodeo::tests::len ... ok [INFO] [stdout] test rodeo::tests::memory_usage_stats ... ok [INFO] [stdout] test rodeo::tests::new ... ok [INFO] [stdout] test rodeo::tests::reader_eq ... ok [INFO] [stdout] test rodeo::tests::resolve ... ok [INFO] [stdout] test keys::tests::large_max_panics - should panic ... ok [INFO] [stdout] test rodeo::tests::resolve_unchecked ... ok [INFO] [stdout] test rodeo::tests::resolver_eq ... ok [INFO] [stdout] test keys::tests::mini_panics - should panic ... ok [INFO] [stdout] test rodeo::tests::rodeo_eq ... ok [INFO] [stdout] test keys::tests::micro_panics - should panic ... ok [INFO] [stdout] test rodeo::tests::strings ... ok [INFO] [stdout] test keys::tests::spur_panics - should panic ... ok [INFO] [stdout] test rodeo::tests::try_resolve ... ok [INFO] [stdout] test rodeo::tests::with_capacity ... ok [INFO] [stdout] test reader::tests::single_threaded::resolve_panics - should panic ... ok [INFO] [stdout] test rodeo::tests::with_capacity_and_hasher ... ok [INFO] [stdout] test rodeo::tests::with_capacity_and_memory_limits ... ok [INFO] [stdout] test rodeo::tests::try_get_or_intern ... ok [INFO] [stdout] test rodeo::tests::set_memory_limits ... ok [INFO] [stdout] test resolver::tests::single_threaded::resolve_out_of_bounds - should panic ... ok [INFO] [stdout] test rodeo::tests::try_get_or_intern_static ... ok [INFO] [stdout] test rodeo::tests::with_hasher ... ok [INFO] [stdout] test util::tests::iter_resolver ... ok [INFO] [stdout] test rodeo::tests::wrong_keys ... ok [INFO] [stdout] test rodeo::tests::with_capacity_memory_limits_and_hasher ... ok [INFO] [stdout] test util::tests::iter_rodeo ... ok [INFO] [stdout] test util::tests::iter_reader ... ok [INFO] [stdout] test util::tests::strings_reader ... ok [INFO] [stdout] test util::tests::new_capacity ... ok [INFO] [stdout] test util::tests::strings_resolver ... ok [INFO] [stdout] test rodeo::tests::memory_exhausted_panics - should panic ... ok [INFO] [stdout] test util::tests::strings_rodeo ... ok [INFO] [stdout] test rodeo::tests::resolve_panics - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 98 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Running tests/static_rodeo.rs (/opt/rustwide/target/debug/deps/static_rodeo-5c9dc452d4aad4ab) [INFO] [stdout] [INFO] [stderr] Doc-tests lasso [INFO] [stdout] running 1 test [INFO] [stdout] test access_interner ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 45 tests [INFO] [stdout] test src/lib.rs - (line 250) ... ok [INFO] [stdout] test src/lib.rs - (line 58) ... ok [INFO] [stdout] test src/lib.rs - (line 168) ... ok [INFO] [stdout] test src/lib.rs - (line 76) ... ok [INFO] [stdout] test src/lib.rs - (line 265) ... ok [INFO] [stdout] test src/lib.rs - (line 148) ... ok [INFO] [stdout] test src/reader.rs - reader::RodeoReader::contains (line 98) ... ok [INFO] [stdout] test src/lib.rs - (line 191) ... ok [INFO] [stdout] test src/reader.rs - reader::RodeoReader::contains_key (line 125) ... ok [INFO] [stdout] test src/reader.rs - reader::RodeoReader::get (line 57) ... ok [INFO] [stdout] test src/reader.rs - reader::RodeoReader::is_empty (line 271) ... ok [INFO] [stdout] test src/reader.rs - reader::RodeoReader::into_resolver (line 303) ... ok [INFO] [stdout] test src/reader.rs - reader::RodeoReader::len (line 251) ... ok [INFO] [stdout] test src/resolver.rs - resolver::RodeoResolver::is_empty (line 197) ... ok [INFO] [stdout] test src/reader.rs - reader::RodeoReader::resolve (line 155) ... ok [INFO] [stdout] test src/resolver.rs - resolver::RodeoResolver::contains_key (line 152) ... ok [INFO] [stdout] test src/reader.rs - reader::RodeoReader::resolve_unchecked (line 225) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::with_capacity (line 98) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::with_capacity_and_memory_limits (line 152) ... ok [INFO] [stdout] test src/resolver.rs - resolver::RodeoResolver::len (line 177) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::with_memory_limits (line 125) ... ok [INFO] [stdout] test src/reader.rs - reader::RodeoReader::try_resolve (line 187) ... ok [INFO] [stdout] test src/resolver.rs - resolver::RodeoResolver::resolve (line 55) ... ok [INFO] [stdout] test src/resolver.rs - resolver::RodeoResolver::try_resolve (line 88) ... ok [INFO] [stdout] test src/resolver.rs - resolver::RodeoResolver::resolve_unchecked (line 126) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::capacity (line 721) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::new (line 71) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::get_or_intern_static (line 363) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::contains_key (line 550) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::clear (line 690) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::contains (line 481) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::into_resolver (line 808) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::into_reader (line 775) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::is_empty (line 674) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::resolve_unchecked (line 634) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::get_or_intern (line 264) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::with_capacity_and_hasher (line 200) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::get (line 443) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::try_resolve (line 602) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::len (line 656) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::resolve (line 576) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::try_get_or_intern_static (line 389) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::with_hasher (line 178) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::with_capacity_memory_limits_and_hasher (line 223) ... ok [INFO] [stdout] test src/rodeo.rs - rodeo::Rodeo::try_get_or_intern (line 292) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0646bdbc3357685115966cd31c6b31aad58cec77de077fdf651ddc70ba4a311f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0646bdbc3357685115966cd31c6b31aad58cec77de077fdf651ddc70ba4a311f", kill_on_drop: false }` [INFO] [stdout] 0646bdbc3357685115966cd31c6b31aad58cec77de077fdf651ddc70ba4a311f