Nov 18 13:44:32.328 INFO testing futures-sink-preview-0.3.0-alpha.7 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 13:44:32.328 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 18 13:44:32.816 INFO [stdout] 0263b129f63514cd8a18a0383d9114c80cea52f007da214cc5a09e0b501a6dbb Nov 18 13:44:32.823 INFO running `"docker" "start" "-a" "0263b129f63514cd8a18a0383d9114c80cea52f007da214cc5a09e0b501a6dbb"` Nov 18 13:44:34.072 INFO [stderr] usermod: no changes Nov 18 13:44:34.135 INFO [stderr] Compiling futures-core-preview v0.3.0-alpha.9 Nov 18 13:44:34.814 INFO [stderr] Compiling futures-channel-preview v0.3.0-alpha.9 Nov 18 13:44:35.663 INFO [stderr] Compiling futures-sink-preview v0.3.0-alpha.7 (/source) Nov 18 13:44:36.027 INFO [stderr] error[E0433]: failed to resolve. Could not find `std` in `{{root}}` Nov 18 13:44:36.027 INFO [stderr] --> src/channel_impls.rs:4:5 Nov 18 13:44:36.027 INFO [stderr] | Nov 18 13:44:36.027 INFO [stderr] 4 | use std::pin::Pin; Nov 18 13:44:36.027 INFO [stderr] | ^^^ Could not find `std` in `{{root}}` Nov 18 13:44:36.027 INFO [stderr] Nov 18 13:44:36.053 INFO [stderr] error[E0433]: failed to resolve. Could not find `std` in `{{root}}` Nov 18 13:44:36.053 INFO [stderr] --> src/lib.rs:170:24 Nov 18 13:44:36.053 INFO [stderr] | Nov 18 13:44:36.054 INFO [stderr] 170 | impl Sink for ::std::vec::Vec { Nov 18 13:44:36.054 INFO [stderr] | ^^^ Could not find `std` in `{{root}}` Nov 18 13:44:36.054 INFO [stderr] Nov 18 13:44:36.054 INFO [stderr] error[E0433]: failed to resolve. Could not find `std` in `{{root}}` Nov 18 13:44:36.054 INFO [stderr] --> src/lib.rs:193:24 Nov 18 13:44:36.054 INFO [stderr] | Nov 18 13:44:36.054 INFO [stderr] 193 | impl Sink for ::std::collections::VecDeque { Nov 18 13:44:36.054 INFO [stderr] | ^^^ Could not find `std` in `{{root}}` Nov 18 13:44:36.054 INFO [stderr] Nov 18 13:44:36.055 INFO [stderr] error[E0433]: failed to resolve. Could not find `std` in `{{root}}` Nov 18 13:44:36.055 INFO [stderr] --> src/lib.rs:216:47 Nov 18 13:44:36.055 INFO [stderr] | Nov 18 13:44:36.055 INFO [stderr] 216 | impl Sink for ::std::boxed::Box { Nov 18 13:44:36.055 INFO [stderr] | ^^^ Could not find `std` in `{{root}}` Nov 18 13:44:36.055 INFO [stderr] Nov 18 13:44:36.055 INFO [stderr] error[E0412]: cannot find type `Pin` in this scope Nov 18 13:44:36.055 INFO [stderr] --> src/channel_impls.rs:10:29 Nov 18 13:44:36.055 INFO [stderr] | Nov 18 13:44:36.055 INFO [stderr] 10 | fn poll_ready(mut self: Pin<&mut Self>, lw: &LocalWaker) -> Poll> { Nov 18 13:44:36.055 INFO [stderr] | ^^^ not found in this scope Nov 18 13:44:36.055 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 18 13:44:36.055 INFO [stderr] | Nov 18 13:44:36.055 INFO [stderr] 1 | use core::pin::Pin; Nov 18 13:44:36.055 INFO [stderr] | Nov 18 13:44:36.055 INFO [stderr] Nov 18 13:44:36.055 INFO [stderr] error[E0412]: cannot find type `Pin` in this scope Nov 18 13:44:36.055 INFO [stderr] --> src/channel_impls.rs:14:29 Nov 18 13:44:36.055 INFO [stderr] | Nov 18 13:44:36.055 INFO [stderr] 14 | fn start_send(mut self: Pin<&mut Self>, msg: T) -> Result<(), Self::SinkError> { Nov 18 13:44:36.055 INFO [stderr] | ^^^ not found in this scope Nov 18 13:44:36.055 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 18 13:44:36.055 INFO [stderr] | Nov 18 13:44:36.055 INFO [stderr] 1 | use core::pin::Pin; Nov 18 13:44:36.055 INFO [stderr] | Nov 18 13:44:36.055 INFO [stderr] Nov 18 13:44:36.055 INFO [stderr] error[E0412]: cannot find type `Pin` in this scope Nov 18 13:44:36.055 INFO [stderr] --> src/channel_impls.rs:18:25 Nov 18 13:44:36.055 INFO [stderr] | Nov 18 13:44:36.055 INFO [stderr] 18 | fn poll_flush(self: Pin<&mut Self>, _: &LocalWaker) -> Poll> { Nov 18 13:44:36.055 INFO [stderr] | ^^^ not found in this scope Nov 18 13:44:36.055 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 18 13:44:36.055 INFO [stderr] | Nov 18 13:44:36.055 INFO [stderr] 1 | use core::pin::Pin; Nov 18 13:44:36.055 INFO [stderr] | Nov 18 13:44:36.055 INFO [stderr] Nov 18 13:44:36.055 INFO [stderr] error[E0412]: cannot find type `Pin` in this scope Nov 18 13:44:36.055 INFO [stderr] --> src/channel_impls.rs:22:29 Nov 18 13:44:36.055 INFO [stderr] | Nov 18 13:44:36.055 INFO [stderr] 22 | fn poll_close(mut self: Pin<&mut Self>, _: &LocalWaker) -> Poll> { Nov 18 13:44:36.055 INFO [stderr] | ^^^ not found in this scope Nov 18 13:44:36.055 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 18 13:44:36.055 INFO [stderr] | Nov 18 13:44:36.056 INFO [stderr] 1 | use core::pin::Pin; Nov 18 13:44:36.056 INFO [stderr] | Nov 18 13:44:36.056 INFO [stderr] Nov 18 13:44:36.056 INFO [stderr] error[E0412]: cannot find type `Pin` in this scope Nov 18 13:44:36.056 INFO [stderr] --> src/channel_impls.rs:32:25 Nov 18 13:44:36.056 INFO [stderr] | Nov 18 13:44:36.056 INFO [stderr] 32 | fn poll_ready(self: Pin<&mut Self>, lw: &LocalWaker) -> Poll> { Nov 18 13:44:36.056 INFO [stderr] | ^^^ not found in this scope Nov 18 13:44:36.056 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 18 13:44:36.056 INFO [stderr] | Nov 18 13:44:36.056 INFO [stderr] 1 | use core::pin::Pin; Nov 18 13:44:36.056 INFO [stderr] | Nov 18 13:44:36.056 INFO [stderr] Nov 18 13:44:36.056 INFO [stderr] error[E0412]: cannot find type `Pin` in this scope Nov 18 13:44:36.056 INFO [stderr] --> src/channel_impls.rs:36:29 Nov 18 13:44:36.056 INFO [stderr] | Nov 18 13:44:36.056 INFO [stderr] 36 | fn start_send(mut self: Pin<&mut Self>, msg: T) -> Result<(), Self::SinkError> { Nov 18 13:44:36.056 INFO [stderr] | ^^^ not found in this scope Nov 18 13:44:36.056 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 18 13:44:36.056 INFO [stderr] | Nov 18 13:44:36.056 INFO [stderr] 1 | use core::pin::Pin; Nov 18 13:44:36.056 INFO [stderr] | Nov 18 13:44:36.056 INFO [stderr] Nov 18 13:44:36.056 INFO [stderr] error[E0412]: cannot find type `Pin` in this scope Nov 18 13:44:36.056 INFO [stderr] --> src/channel_impls.rs:40:25 Nov 18 13:44:36.056 INFO [stderr] | Nov 18 13:44:36.056 INFO [stderr] 40 | fn poll_flush(self: Pin<&mut Self>, _: &LocalWaker) -> Poll> { Nov 18 13:44:36.056 INFO [stderr] | ^^^ not found in this scope Nov 18 13:44:36.056 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 18 13:44:36.056 INFO [stderr] | Nov 18 13:44:36.056 INFO [stderr] 1 | use core::pin::Pin; Nov 18 13:44:36.056 INFO [stderr] | Nov 18 13:44:36.056 INFO [stderr] Nov 18 13:44:36.063 INFO [stderr] error[E0412]: cannot find type `Pin` in this scope Nov 18 13:44:36.063 INFO [stderr] --> src/channel_impls.rs:44:25 Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] 44 | fn poll_close(self: Pin<&mut Self>, _: &LocalWaker) -> Poll> { Nov 18 13:44:36.063 INFO [stderr] | ^^^ not found in this scope Nov 18 13:44:36.063 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] 1 | use core::pin::Pin; Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] Nov 18 13:44:36.063 INFO [stderr] error[E0412]: cannot find type `Pin` in this scope Nov 18 13:44:36.063 INFO [stderr] --> src/channel_impls.rs:54:25 Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] 54 | fn poll_ready(self: Pin<&mut Self>, lw: &LocalWaker) -> Poll> { Nov 18 13:44:36.063 INFO [stderr] | ^^^ not found in this scope Nov 18 13:44:36.063 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] 1 | use core::pin::Pin; Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] Nov 18 13:44:36.063 INFO [stderr] error[E0412]: cannot find type `Pin` in this scope Nov 18 13:44:36.063 INFO [stderr] --> src/channel_impls.rs:58:25 Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] 58 | fn start_send(self: Pin<&mut Self>, msg: T) -> Result<(), Self::SinkError> { Nov 18 13:44:36.063 INFO [stderr] | ^^^ not found in this scope Nov 18 13:44:36.063 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] 1 | use core::pin::Pin; Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] Nov 18 13:44:36.063 INFO [stderr] error[E0412]: cannot find type `Pin` in this scope Nov 18 13:44:36.063 INFO [stderr] --> src/channel_impls.rs:63:25 Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] 63 | fn poll_flush(self: Pin<&mut Self>, _: &LocalWaker) -> Poll> { Nov 18 13:44:36.063 INFO [stderr] | ^^^ not found in this scope Nov 18 13:44:36.063 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] 1 | use core::pin::Pin; Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] Nov 18 13:44:36.063 INFO [stderr] error[E0412]: cannot find type `Pin` in this scope Nov 18 13:44:36.063 INFO [stderr] --> src/channel_impls.rs:67:25 Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] 67 | fn poll_close(self: Pin<&mut Self>, _: &LocalWaker) -> Poll> { Nov 18 13:44:36.063 INFO [stderr] | ^^^ not found in this scope Nov 18 13:44:36.063 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] 1 | use core::pin::Pin; Nov 18 13:44:36.063 INFO [stderr] | Nov 18 13:44:36.063 INFO [stderr] Nov 18 13:44:36.064 INFO [stderr] warning: unused import: `std::pin::Pin` Nov 18 13:44:36.064 INFO [stderr] --> src/channel_impls.rs:4:5 Nov 18 13:44:36.064 INFO [stderr] | Nov 18 13:44:36.064 INFO [stderr] 4 | use std::pin::Pin; Nov 18 13:44:36.064 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 13:44:36.064 INFO [stderr] | Nov 18 13:44:36.064 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 13:44:36.064 INFO [stderr] Nov 18 13:44:36.064 INFO [stderr] error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates Nov 18 13:44:36.064 INFO [stderr] --> src/lib.rs:170:10 Nov 18 13:44:36.064 INFO [stderr] | Nov 18 13:44:36.064 INFO [stderr] 170 | impl Sink for ::std::vec::Vec { Nov 18 13:44:36.064 INFO [stderr] | ^ unconstrained type parameter Nov 18 13:44:36.064 INFO [stderr] Nov 18 13:44:36.070 INFO [stderr] error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates Nov 18 13:44:36.070 INFO [stderr] --> src/lib.rs:193:10 Nov 18 13:44:36.070 INFO [stderr] | Nov 18 13:44:36.070 INFO [stderr] 193 | impl Sink for ::std::collections::VecDeque { Nov 18 13:44:36.070 INFO [stderr] | ^ unconstrained type parameter Nov 18 13:44:36.070 INFO [stderr] Nov 18 13:44:36.070 INFO [stderr] error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Nov 18 13:44:36.070 INFO [stderr] --> src/lib.rs:216:10 Nov 18 13:44:36.070 INFO [stderr] | Nov 18 13:44:36.070 INFO [stderr] 216 | impl Sink for ::std::boxed::Box { Nov 18 13:44:36.070 INFO [stderr] | ^ unconstrained type parameter Nov 18 13:44:36.070 INFO [stderr] Nov 18 13:44:36.071 INFO [stderr] error: aborting due to 19 previous errors Nov 18 13:44:36.071 INFO [stderr] Nov 18 13:44:36.071 INFO [stderr] Some errors occurred: E0207, E0412, E0433. Nov 18 13:44:36.071 INFO [stderr] For more information about an error, try `rustc --explain E0207`. Nov 18 13:44:36.073 INFO [stderr] error: Could not compile `futures-sink-preview`. Nov 18 13:44:36.073 INFO [stderr] Nov 18 13:44:36.073 INFO [stderr] To learn more, run the command again with --verbose. Nov 18 13:44:36.074 INFO [stderr] su: No module specific data is present Nov 18 13:44:36.596 INFO running `"docker" "inspect" "0263b129f63514cd8a18a0383d9114c80cea52f007da214cc5a09e0b501a6dbb"` Nov 18 13:44:36.929 INFO running `"docker" "rm" "-f" "0263b129f63514cd8a18a0383d9114c80cea52f007da214cc5a09e0b501a6dbb"` Nov 18 13:44:37.223 INFO [stdout] 0263b129f63514cd8a18a0383d9114c80cea52f007da214cc5a09e0b501a6dbb