[INFO] fetching crate nametable 0.1.2... [INFO] checking nametable-0.1.2 against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] extracting crate nametable 0.1.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate nametable 0.1.2 on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate nametable 0.1.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate nametable 0.1.2 [INFO] tweaked toml for crates.io crate nametable 0.1.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-5/source/tests/hash_tests.rs [INFO] [stderr] * /workspace/builds/worker-5/source/tests/static_tests.rs [INFO] [stderr] * /workspace/builds/worker-5/source/tests/dynamic_tests.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9b4488f5f118abf5e485b799b732213d73957c3d8cec2dc41e6b377a9800245c [INFO] running `Command { std: "docker" "start" "-a" "9b4488f5f118abf5e485b799b732213d73957c3d8cec2dc41e6b377a9800245c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b4488f5f118abf5e485b799b732213d73957c3d8cec2dc41e6b377a9800245c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b4488f5f118abf5e485b799b732213d73957c3d8cec2dc41e6b377a9800245c", kill_on_drop: false }` [INFO] [stdout] 9b4488f5f118abf5e485b799b732213d73957c3d8cec2dc41e6b377a9800245c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 21c71ef7393056637e545332e6b0196e98d5aace2d48bc0e1c88a0cdd35d0a86 [INFO] running `Command { std: "docker" "start" "-a" "21c71ef7393056637e545332e6b0196e98d5aace2d48bc0e1c88a0cdd35d0a86", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/tests/hash_tests.rs [INFO] [stderr] * /opt/rustwide/workdir/tests/static_tests.rs [INFO] [stderr] * /opt/rustwide/workdir/tests/dynamic_tests.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Checking nametable v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | fn parent<'a>(&'a self) -> Option<&'a NameTable>; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:65:24 [INFO] [stdout] | [INFO] [stdout] 65 | parent: Option>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:78:43 [INFO] [stdout] | [INFO] [stdout] 78 | fn parent<'a>(&'a self) -> Option<&'a NameTable> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | parent: Option>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:123:43 [INFO] [stdout] | [INFO] [stdout] 123 | fn parent<'a>(&'a self) -> Option<&'a NameTable> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:164:24 [INFO] [stdout] | [INFO] [stdout] 164 | parent: Option>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:240:43 [INFO] [stdout] | [INFO] [stdout] 240 | fn parent<'a>(&'a self) -> Option<&'a NameTable> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:255:36 [INFO] [stdout] | [INFO] [stdout] 255 | impl Index for NameTable { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | fn parent<'a>(&'a self) -> Option<&'a NameTable>; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:65:24 [INFO] [stdout] | [INFO] [stdout] 65 | parent: Option>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:78:43 [INFO] [stdout] | [INFO] [stdout] 78 | fn parent<'a>(&'a self) -> Option<&'a NameTable> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | parent: Option>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:123:43 [INFO] [stdout] | [INFO] [stdout] 123 | fn parent<'a>(&'a self) -> Option<&'a NameTable> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:164:24 [INFO] [stdout] | [INFO] [stdout] 164 | parent: Option>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:240:43 [INFO] [stdout] | [INFO] [stdout] 240 | fn parent<'a>(&'a self) -> Option<&'a NameTable> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nametable.rs:255:36 [INFO] [stdout] | [INFO] [stdout] 255 | impl Index for NameTable { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn NameTable` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> tests/hash_tests.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 38 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> tests/hash_tests.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | static START: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.42s [INFO] running `Command { std: "docker" "inspect" "21c71ef7393056637e545332e6b0196e98d5aace2d48bc0e1c88a0cdd35d0a86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21c71ef7393056637e545332e6b0196e98d5aace2d48bc0e1c88a0cdd35d0a86", kill_on_drop: false }` [INFO] [stdout] 21c71ef7393056637e545332e6b0196e98d5aace2d48bc0e1c88a0cdd35d0a86