[INFO] fetching crate wrapped-vec 0.3.0... [INFO] testing wrapped-vec-0.3.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate wrapped-vec 0.3.0 into /workspace/builds/worker-74/source [INFO] validating manifest of crates.io crate wrapped-vec 0.3.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wrapped-vec 0.3.0 [INFO] finished tweaking crates.io crate wrapped-vec 0.3.0 [INFO] tweaked toml for crates.io crate wrapped-vec 0.3.0 written to /workspace/builds/worker-74/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3ef6df60c3561f573fae88dcf0e141de527c63e0be0ead1482025925469d8149 [INFO] running `Command { std: "docker" "start" "-a" "3ef6df60c3561f573fae88dcf0e141de527c63e0be0ead1482025925469d8149", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ef6df60c3561f573fae88dcf0e141de527c63e0be0ead1482025925469d8149", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ef6df60c3561f573fae88dcf0e141de527c63e0be0ead1482025925469d8149", kill_on_drop: false }` [INFO] [stdout] 3ef6df60c3561f573fae88dcf0e141de527c63e0be0ead1482025925469d8149 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5ebb47350c94c2664665acfa764541ec9a4ae16cb2deeabd7938278c83d4c76 [INFO] running `Command { std: "docker" "start" "-a" "f5ebb47350c94c2664665acfa764541ec9a4ae16cb2deeabd7938278c83d4c76", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling wrapped-vec v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | let wrapper = doc_attr!( [INFO] [stdout] | _______________________- [INFO] [stdout] 67 | | input, [INFO] [stdout] 68 | | "CollectionDoc", [INFO] [stdout] 69 | | format!("A collection of {}s", idents.item) [INFO] [stdout] 70 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 71 | let new = doc_attr!( [INFO] [stdout] | ___________________- [INFO] [stdout] 72 | | input, [INFO] [stdout] 73 | | "CollectionNewDoc", [INFO] [stdout] 74 | | format!("Creates a new, empty {}", idents.collection) [INFO] [stdout] 75 | | ); [INFO] [stdout] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 76 | let is_empty = doc_attr!( [INFO] [stdout] | ________________________- [INFO] [stdout] 77 | | input, [INFO] [stdout] 78 | | "CollectionIsEmptyDoc", [INFO] [stdout] 79 | | format!( [INFO] [stdout] ... | [INFO] [stdout] 82 | | ) [INFO] [stdout] 83 | | ); [INFO] [stdout] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 84 | let len = doc_attr!( [INFO] [stdout] | ___________________- [INFO] [stdout] 85 | | input, [INFO] [stdout] 86 | | "CollectionLenDoc", [INFO] [stdout] 87 | | format!( [INFO] [stdout] ... | [INFO] [stdout] 90 | | ) [INFO] [stdout] 91 | | ); [INFO] [stdout] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 92 | let iter = doc_attr!( [INFO] [stdout] | ____________________- [INFO] [stdout] 93 | | input, [INFO] [stdout] 94 | | "CollectionIterDoc", [INFO] [stdout] 95 | | format!("Returns an iterator over the {}", idents.collection) [INFO] [stdout] 96 | | ); [INFO] [stdout] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.01s [INFO] running `Command { std: "docker" "inspect" "f5ebb47350c94c2664665acfa764541ec9a4ae16cb2deeabd7938278c83d4c76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5ebb47350c94c2664665acfa764541ec9a4ae16cb2deeabd7938278c83d4c76", kill_on_drop: false }` [INFO] [stdout] f5ebb47350c94c2664665acfa764541ec9a4ae16cb2deeabd7938278c83d4c76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cdd0a1a28bfa08d79035dc9f4f3c67140a928cbd3498410dbd8e59660de3e3ad [INFO] running `Command { std: "docker" "start" "-a" "cdd0a1a28bfa08d79035dc9f4f3c67140a928cbd3498410dbd8e59660de3e3ad", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling wrapped-vec v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | let wrapper = doc_attr!( [INFO] [stdout] | _______________________- [INFO] [stdout] 67 | | input, [INFO] [stdout] 68 | | "CollectionDoc", [INFO] [stdout] 69 | | format!("A collection of {}s", idents.item) [INFO] [stdout] 70 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 71 | let new = doc_attr!( [INFO] [stdout] | ___________________- [INFO] [stdout] 72 | | input, [INFO] [stdout] 73 | | "CollectionNewDoc", [INFO] [stdout] 74 | | format!("Creates a new, empty {}", idents.collection) [INFO] [stdout] 75 | | ); [INFO] [stdout] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 76 | let is_empty = doc_attr!( [INFO] [stdout] | ________________________- [INFO] [stdout] 77 | | input, [INFO] [stdout] 78 | | "CollectionIsEmptyDoc", [INFO] [stdout] 79 | | format!( [INFO] [stdout] ... | [INFO] [stdout] 82 | | ) [INFO] [stdout] 83 | | ); [INFO] [stdout] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 84 | let len = doc_attr!( [INFO] [stdout] | ___________________- [INFO] [stdout] 85 | | input, [INFO] [stdout] 86 | | "CollectionLenDoc", [INFO] [stdout] 87 | | format!( [INFO] [stdout] ... | [INFO] [stdout] 90 | | ) [INFO] [stdout] 91 | | ); [INFO] [stdout] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 92 | let iter = doc_attr!( [INFO] [stdout] | ____________________- [INFO] [stdout] 93 | | input, [INFO] [stdout] 94 | | "CollectionIterDoc", [INFO] [stdout] 95 | | format!("Returns an iterator over the {}", idents.collection) [INFO] [stdout] 96 | | ); [INFO] [stdout] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> tests/test.rs:72:24 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct Fruit {}; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | let wrapper = doc_attr!( [INFO] [stdout] | _______________________- [INFO] [stdout] 67 | | input, [INFO] [stdout] 68 | | "CollectionDoc", [INFO] [stdout] 69 | | format!("A collection of {}s", idents.item) [INFO] [stdout] 70 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 71 | let new = doc_attr!( [INFO] [stdout] | ___________________- [INFO] [stdout] 72 | | input, [INFO] [stdout] 73 | | "CollectionNewDoc", [INFO] [stdout] 74 | | format!("Creates a new, empty {}", idents.collection) [INFO] [stdout] 75 | | ); [INFO] [stdout] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 76 | let is_empty = doc_attr!( [INFO] [stdout] | ________________________- [INFO] [stdout] 77 | | input, [INFO] [stdout] 78 | | "CollectionIsEmptyDoc", [INFO] [stdout] 79 | | format!( [INFO] [stdout] ... | [INFO] [stdout] 82 | | ) [INFO] [stdout] 83 | | ); [INFO] [stdout] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 84 | let len = doc_attr!( [INFO] [stdout] | ___________________- [INFO] [stdout] 85 | | input, [INFO] [stdout] 86 | | "CollectionLenDoc", [INFO] [stdout] 87 | | format!( [INFO] [stdout] ... | [INFO] [stdout] 90 | | ) [INFO] [stdout] 91 | | ); [INFO] [stdout] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 92 | let iter = doc_attr!( [INFO] [stdout] | ____________________- [INFO] [stdout] 93 | | input, [INFO] [stdout] 94 | | "CollectionIterDoc", [INFO] [stdout] 95 | | format!("Returns an iterator over the {}", idents.collection) [INFO] [stdout] 96 | | ); [INFO] [stdout] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.54s [INFO] running `Command { std: "docker" "inspect" "cdd0a1a28bfa08d79035dc9f4f3c67140a928cbd3498410dbd8e59660de3e3ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdd0a1a28bfa08d79035dc9f4f3c67140a928cbd3498410dbd8e59660de3e3ad", kill_on_drop: false }` [INFO] [stdout] cdd0a1a28bfa08d79035dc9f4f3c67140a928cbd3498410dbd8e59660de3e3ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d7c19389b67b4a4e517089bbac3e472d70dd5fe05791d49219dcaf464014f2fc [INFO] running `Command { std: "docker" "start" "-a" "d7c19389b67b4a4e517089bbac3e472d70dd5fe05791d49219dcaf464014f2fc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:59 [INFO] [stderr] | [INFO] [stderr] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 66 | let wrapper = doc_attr!( [INFO] [stderr] | _______________________- [INFO] [stderr] 67 | | input, [INFO] [stderr] 68 | | "CollectionDoc", [INFO] [stderr] 69 | | format!("A collection of {}s", idents.item) [INFO] [stderr] 70 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:59 [INFO] [stderr] | [INFO] [stderr] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 71 | let new = doc_attr!( [INFO] [stderr] | ___________________- [INFO] [stderr] 72 | | input, [INFO] [stderr] 73 | | "CollectionNewDoc", [INFO] [stderr] 74 | | format!("Creates a new, empty {}", idents.collection) [INFO] [stderr] 75 | | ); [INFO] [stderr] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:59 [INFO] [stderr] | [INFO] [stderr] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 76 | let is_empty = doc_attr!( [INFO] [stderr] | ________________________- [INFO] [stderr] 77 | | input, [INFO] [stderr] 78 | | "CollectionIsEmptyDoc", [INFO] [stderr] 79 | | format!( [INFO] [stderr] ... | [INFO] [stderr] 82 | | ) [INFO] [stderr] 83 | | ); [INFO] [stderr] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:59 [INFO] [stderr] | [INFO] [stderr] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 84 | let len = doc_attr!( [INFO] [stderr] | ___________________- [INFO] [stderr] 85 | | input, [INFO] [stderr] 86 | | "CollectionLenDoc", [INFO] [stderr] 87 | | format!( [INFO] [stderr] ... | [INFO] [stderr] 90 | | ) [INFO] [stderr] 91 | | ); [INFO] [stderr] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:59 [INFO] [stderr] | [INFO] [stderr] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 92 | let iter = doc_attr!( [INFO] [stderr] | ____________________- [INFO] [stderr] 93 | | input, [INFO] [stderr] 94 | | "CollectionIterDoc", [INFO] [stderr] 95 | | format!("Returns an iterator over the {}", idents.collection) [INFO] [stderr] 96 | | ); [INFO] [stderr] | |_________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `wrapped-vec` (lib) generated 5 warnings [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> tests/test.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | pub struct Fruit {}; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `wrapped-vec` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] warning: `wrapped-vec` (test "test") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wrapped_vec-c1574300f9ede7ed) [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] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-2424d6c264e5cc93) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test implements_derives ... ok [INFO] [stdout] test implements_extend ... ok [INFO] [stdout] test implements_from_vec ... ok [INFO] [stdout] test implements_into_iterator ... ok [INFO] [stdout] test implements_into_iterator_ref ... ok [INFO] [stdout] test implements_from_iterator ... ok [INFO] [stdout] test implements_is_empty ... ok [INFO] [stdout] test implements_iter ... ok [INFO] [stdout] test implements_len ... ok [INFO] [stdout] test implements_new ... ok [INFO] [stdout] test type_exists ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests wrapped-vec [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" "d7c19389b67b4a4e517089bbac3e472d70dd5fe05791d49219dcaf464014f2fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7c19389b67b4a4e517089bbac3e472d70dd5fe05791d49219dcaf464014f2fc", kill_on_drop: false }` [INFO] [stdout] d7c19389b67b4a4e517089bbac3e472d70dd5fe05791d49219dcaf464014f2fc