[INFO] fetching crate pochta 0.1.2...
[INFO] checking pochta-0.1.2 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate pochta 0.1.2 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate pochta 0.1.2 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate pochta 0.1.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate pochta 0.1.2
[INFO] tweaked toml for crates.io crate pochta 0.1.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "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" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d874bfb59237f91def9a59117e986b9c3eec2b40d2a85361617dc95771411fad
[INFO] running `Command { std: "docker" "start" "-a" "d874bfb59237f91def9a59117e986b9c3eec2b40d2a85361617dc95771411fad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d874bfb59237f91def9a59117e986b9c3eec2b40d2a85361617dc95771411fad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d874bfb59237f91def9a59117e986b9c3eec2b40d2a85361617dc95771411fad", kill_on_drop: false }`
[INFO] [stdout] d874bfb59237f91def9a59117e986b9c3eec2b40d2a85361617dc95771411fad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 481226b4a51f792018923a132d592dc1b7f978192b0d249bfd6c59b91a51af11
[INFO] running `Command { std: "docker" "start" "-a" "481226b4a51f792018923a132d592dc1b7f978192b0d249bfd6c59b91a51af11", kill_on_drop: false }`
[INFO] [stderr]     Checking pochta v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> src/lib.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::style))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> src/lib.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::style))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/waker.rs:33:30
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let thread: Thread = mem::transmute(thread);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `*const ()` (64 bits)
[INFO] [stdout]    = note: target type: `Thread` (128 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/waker.rs:38:30
[INFO] [stdout]    |
[INFO] [stdout] 38 |         let thread: Thread = mem::transmute(thread);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `*const ()` (64 bits)
[INFO] [stdout]    = note: target type: `Thread` (128 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/waker.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |         let new_ptr = mem::transmute(thread.clone());
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Thread` (128 bits)
[INFO] [stdout]    = note: target type: `*const ()` (64 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/waker.rs:45:30
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let thread: Thread = mem::transmute(thread);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `*const ()` (64 bits)
[INFO] [stdout]    = note: target type: `Thread` (128 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/waker.rs:50:30
[INFO] [stdout]    |
[INFO] [stdout] 50 |         let thread: Thread = mem::transmute(thread);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `*const ()` (64 bits)
[INFO] [stdout]    = note: target type: `Thread` (128 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/waker.rs:59:55
[INFO] [stdout]    |
[INFO] [stdout] 59 |             task::Waker::from_raw(task::RawWaker::new(mem::transmute(thread), &VTABLE))
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Thread` (128 bits)
[INFO] [stdout]    = note: target type: `*const ()` (64 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/waker.rs:33:30
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let thread: Thread = mem::transmute(thread);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `*const ()` (64 bits)
[INFO] [stdout]    = note: target type: `Thread` (128 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/waker.rs:38:30
[INFO] [stdout]    |
[INFO] [stdout] 38 |         let thread: Thread = mem::transmute(thread);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `*const ()` (64 bits)
[INFO] [stdout]    = note: target type: `Thread` (128 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/waker.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |         let new_ptr = mem::transmute(thread.clone());
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Thread` (128 bits)
[INFO] [stdout]    = note: target type: `*const ()` (64 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/waker.rs:45:30
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let thread: Thread = mem::transmute(thread);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `*const ()` (64 bits)
[INFO] [stdout]    = note: target type: `Thread` (128 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/waker.rs:50:30
[INFO] [stdout]    |
[INFO] [stdout] 50 |         let thread: Thread = mem::transmute(thread);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `*const ()` (64 bits)
[INFO] [stdout]    = note: target type: `Thread` (128 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/waker.rs:59:55
[INFO] [stdout]    |
[INFO] [stdout] 59 |             task::Waker::from_raw(task::RawWaker::new(mem::transmute(thread), &VTABLE))
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `Thread` (128 bits)
[INFO] [stdout]    = note: target type: `*const ()` (64 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0512`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0512`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pochta` (lib) due to 6 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `pochta` (lib test) due to 6 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "481226b4a51f792018923a132d592dc1b7f978192b0d249bfd6c59b91a51af11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "481226b4a51f792018923a132d592dc1b7f978192b0d249bfd6c59b91a51af11", kill_on_drop: false }`
[INFO] [stdout] 481226b4a51f792018923a132d592dc1b7f978192b0d249bfd6c59b91a51af11
