[INFO] fetching crate dynsequence 0.1.0-alpha.4... [INFO] checking dynsequence-0.1.0-alpha.4 against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] extracting crate dynsequence 0.1.0-alpha.4 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate dynsequence 0.1.0-alpha.4 [INFO] finished tweaking crates.io crate dynsequence 0.1.0-alpha.4 [INFO] tweaked toml for crates.io crate dynsequence 0.1.0-alpha.4 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate dynsequence 0.1.0-alpha.4 on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4e9314beda58673606ac3c54eba910bee094aa899c041794a5b737d72db54d82 [INFO] running `Command { std: "docker" "start" "-a" "4e9314beda58673606ac3c54eba910bee094aa899c041794a5b737d72db54d82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e9314beda58673606ac3c54eba910bee094aa899c041794a5b737d72db54d82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e9314beda58673606ac3c54eba910bee094aa899c041794a5b737d72db54d82", kill_on_drop: false }` [INFO] [stdout] 4e9314beda58673606ac3c54eba910bee094aa899c041794a5b737d72db54d82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e2e36a809f77f3222e383a607fb2536d10e0da455ec320c7f3ddb002a5a0a171 [INFO] running `Command { std: "docker" "start" "-a" "e2e36a809f77f3222e383a607fb2536d10e0da455ec320c7f3ddb002a5a0a171", kill_on_drop: false }` [INFO] [stderr] Checking dynsequence v0.1.0-alpha.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:111:20 [INFO] [stdout] | [INFO] [stdout] 111 | let size = mem::size_of_val::(&*src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | unused_qualifications, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 111 - let size = mem::size_of_val::(&*src); [INFO] [stdout] 111 + let size = size_of_val::(&*src); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | let align = mem::align_of_val::(&*src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 112 - let align = mem::align_of_val::(&*src); [INFO] [stdout] 112 + let align = align_of_val::(&*src); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:111:20 [INFO] [stdout] | [INFO] [stdout] 111 | let size = mem::size_of_val::(&*src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | unused_qualifications, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 111 - let size = mem::size_of_val::(&*src); [INFO] [stdout] 111 + let size = size_of_val::(&*src); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | let align = mem::align_of_val::(&*src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 112 - let align = mem::align_of_val::(&*src); [INFO] [stdout] 112 + let align = align_of_val::(&*src); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/lib.rs:475:21 [INFO] [stdout] | [INFO] [stdout] 475 | $crate::__forget(v); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^-^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `u8` [INFO] [stdout] ... [INFO] [stdout] 491 | let seq: DynSequence = dyn_sequence![dyn Any => [INFO] [stdout] | _________________________________________- [INFO] [stdout] 492 | | 123u8, [INFO] [stdout] 493 | | true, [INFO] [stdout] 494 | | 456u16, [INFO] [stdout] 495 | | "Hallo Welt!" [INFO] [stdout] 496 | | ]; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(forgetting_copy_types)]` on by default [INFO] [stdout] = note: this warning originates in the macro `dyn_sequence` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 475 - $crate::__forget(v); [INFO] [stdout] 475 + let _ = v; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/lib.rs:475:21 [INFO] [stdout] | [INFO] [stdout] 475 | $crate::__forget(v); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^-^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `bool` [INFO] [stdout] ... [INFO] [stdout] 491 | let seq: DynSequence = dyn_sequence![dyn Any => [INFO] [stdout] | _________________________________________- [INFO] [stdout] 492 | | 123u8, [INFO] [stdout] 493 | | true, [INFO] [stdout] 494 | | 456u16, [INFO] [stdout] 495 | | "Hallo Welt!" [INFO] [stdout] 496 | | ]; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `dyn_sequence` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 475 - $crate::__forget(v); [INFO] [stdout] 475 + let _ = v; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/lib.rs:475:21 [INFO] [stdout] | [INFO] [stdout] 475 | $crate::__forget(v); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^-^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `u16` [INFO] [stdout] ... [INFO] [stdout] 491 | let seq: DynSequence = dyn_sequence![dyn Any => [INFO] [stdout] | _________________________________________- [INFO] [stdout] 492 | | 123u8, [INFO] [stdout] 493 | | true, [INFO] [stdout] 494 | | 456u16, [INFO] [stdout] 495 | | "Hallo Welt!" [INFO] [stdout] 496 | | ]; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `dyn_sequence` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 475 - $crate::__forget(v); [INFO] [stdout] 475 + let _ = v; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a reference instead of an owned value does nothing [INFO] [stdout] --> src/lib.rs:475:21 [INFO] [stdout] | [INFO] [stdout] 475 | $crate::__forget(v); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^-^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `&str` [INFO] [stdout] ... [INFO] [stdout] 491 | let seq: DynSequence = dyn_sequence![dyn Any => [INFO] [stdout] | _________________________________________- [INFO] [stdout] 492 | | 123u8, [INFO] [stdout] 493 | | true, [INFO] [stdout] 494 | | 456u16, [INFO] [stdout] 495 | | "Hallo Welt!" [INFO] [stdout] 496 | | ]; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(forgetting_references)]` on by default [INFO] [stdout] = note: this warning originates in the macro `dyn_sequence` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 475 - $crate::__forget(v); [INFO] [stdout] 475 + let _ = v; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/lib.rs:462:21 [INFO] [stdout] | [INFO] [stdout] 462 | $crate::__forget(v); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^-^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `u8` [INFO] [stdout] ... [INFO] [stdout] 521 | / dyn_sequence![dyn Any | &mut seq => { [INFO] [stdout] 522 | | push(123u8); [INFO] [stdout] 523 | | push(456u16); [INFO] [stdout] 524 | | insert(true) @ 1; [INFO] [stdout] 525 | | push("Hallo Welt!"); [INFO] [stdout] 526 | | }]; [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `dyn_sequence` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 462 - $crate::__forget(v); [INFO] [stdout] 462 + let _ = v; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/lib.rs:462:21 [INFO] [stdout] | [INFO] [stdout] 462 | $crate::__forget(v); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^-^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `u16` [INFO] [stdout] ... [INFO] [stdout] 521 | / dyn_sequence![dyn Any | &mut seq => { [INFO] [stdout] 522 | | push(123u8); [INFO] [stdout] 523 | | push(456u16); [INFO] [stdout] 524 | | insert(true) @ 1; [INFO] [stdout] 525 | | push("Hallo Welt!"); [INFO] [stdout] 526 | | }]; [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `dyn_sequence` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 462 - $crate::__forget(v); [INFO] [stdout] 462 + let _ = v; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/lib.rs:462:21 [INFO] [stdout] | [INFO] [stdout] 462 | $crate::__forget(v); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^-^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `bool` [INFO] [stdout] ... [INFO] [stdout] 521 | / dyn_sequence![dyn Any | &mut seq => { [INFO] [stdout] 522 | | push(123u8); [INFO] [stdout] 523 | | push(456u16); [INFO] [stdout] 524 | | insert(true) @ 1; [INFO] [stdout] 525 | | push("Hallo Welt!"); [INFO] [stdout] 526 | | }]; [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `dyn_sequence` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 462 - $crate::__forget(v); [INFO] [stdout] 462 + let _ = v; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a reference instead of an owned value does nothing [INFO] [stdout] --> src/lib.rs:462:21 [INFO] [stdout] | [INFO] [stdout] 462 | $crate::__forget(v); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^-^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `&str` [INFO] [stdout] ... [INFO] [stdout] 521 | / dyn_sequence![dyn Any | &mut seq => { [INFO] [stdout] 522 | | push(123u8); [INFO] [stdout] 523 | | push(456u16); [INFO] [stdout] 524 | | insert(true) @ 1; [INFO] [stdout] 525 | | push("Hallo Welt!"); [INFO] [stdout] 526 | | }]; [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `dyn_sequence` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 462 - $crate::__forget(v); [INFO] [stdout] 462 + let _ = v; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] running `Command { std: "docker" "inspect" "e2e36a809f77f3222e383a607fb2536d10e0da455ec320c7f3ddb002a5a0a171", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2e36a809f77f3222e383a607fb2536d10e0da455ec320c7f3ddb002a5a0a171", kill_on_drop: false }` [INFO] [stdout] e2e36a809f77f3222e383a607fb2536d10e0da455ec320c7f3ddb002a5a0a171