[INFO] updating cached repository maghoff/pixu.rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/maghoff/pixu.rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/maghoff/pixu.rs" "work/ex/pr-57501/sources/master#6ecad338381cc3b8d56e2df22e5971a598eddd6c/gh/maghoff/pixu.rs"` [INFO] [stderr] Cloning into 'work/ex/pr-57501/sources/master#6ecad338381cc3b8d56e2df22e5971a598eddd6c/gh/maghoff/pixu.rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/maghoff/pixu.rs" "work/ex/pr-57501/sources/try#5f789154f114767b2d0cb9c5b6c592cb3a635e6f/gh/maghoff/pixu.rs"` [INFO] [stderr] Cloning into 'work/ex/pr-57501/sources/try#5f789154f114767b2d0cb9c5b6c592cb3a635e6f/gh/maghoff/pixu.rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5f731cd3d136fa452655a0ae72f751167f1058aa [INFO] sha for GitHub repo maghoff/pixu.rs: 5f731cd3d136fa452655a0ae72f751167f1058aa [INFO] validating manifest of maghoff/pixu.rs on toolchain master#6ecad338381cc3b8d56e2df22e5971a598eddd6c [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ecad338381cc3b8d56e2df22e5971a598eddd6c-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of maghoff/pixu.rs on toolchain try#5f789154f114767b2d0cb9c5b6c592cb3a635e6f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f789154f114767b2d0cb9c5b6c592cb3a635e6f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing maghoff/pixu.rs [INFO] finished frobbing maghoff/pixu.rs [INFO] frobbed toml for maghoff/pixu.rs written to work/ex/pr-57501/sources/master#6ecad338381cc3b8d56e2df22e5971a598eddd6c/gh/maghoff/pixu.rs/Cargo.toml [INFO] started frobbing maghoff/pixu.rs [INFO] finished frobbing maghoff/pixu.rs [INFO] frobbed toml for maghoff/pixu.rs written to work/ex/pr-57501/sources/try#5f789154f114767b2d0cb9c5b6c592cb3a635e6f/gh/maghoff/pixu.rs/Cargo.toml [INFO] crate maghoff/pixu.rs has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ecad338381cc3b8d56e2df22e5971a598eddd6c-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f789154f114767b2d0cb9c5b6c592cb3a635e6f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking maghoff/pixu.rs against master#6ecad338381cc3b8d56e2df22e5971a598eddd6c for pr-57501 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57501/worker-2/master#6ecad338381cc3b8d56e2df22e5971a598eddd6c:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57501/sources/master#6ecad338381cc3b8d56e2df22e5971a598eddd6c/gh/maghoff/pixu.rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+6ecad338381cc3b8d56e2df22e5971a598eddd6c-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3e7b3f48646457fac84f72fbe03301928af5f63e5be5d0b2e0c2d96a5392eaa4 [INFO] running `"docker" "start" "-a" "3e7b3f48646457fac84f72fbe03301928af5f63e5be5d0b2e0c2d96a5392eaa4"` [INFO] [stderr] Checking pin-utils v0.1.0-alpha.3 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Checking nom v2.2.1 [INFO] [stderr] Compiling libsqlite3-sys v0.9.3 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.9 [INFO] [stderr] Checking r2d2 v0.8.3 [INFO] [stderr] Compiling diesel_derives v1.3.0 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] error[E0599]: no function or associated item named `get_mut_unchecked` found for type `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/future/future_obj.rs:181:45 [INFO] [stderr] | [INFO] [stderr] 181 | let mut_ref: &mut F = unsafe { Pin::get_mut_unchecked(Pin::as_mut(&mut self)) }; [INFO] [stderr] | -----^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `std::pin::Pin<_>` [INFO] [stderr] [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] error[E0599]: no function or associated item named `get_mut_unchecked` found for type `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/future/future_obj.rs:219:49 [INFO] [stderr] | [INFO] [stderr] 219 | let mut_ref: &mut F = unsafe { Pin::get_mut_unchecked(Pin::as_mut(&mut self)) }; [INFO] [stderr] | -----^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `std::pin::Pin<_>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `P: std::marker::Unpin` is not satisfied in `std::pin::Pin
` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/stream/mod.rs:83:9 [INFO] [stderr] | [INFO] [stderr] 83 | Pin::get_mut(self).as_mut().poll_next(lw) [INFO] [stderr] | ^^^^^^^^^^^^ within `std::pin::Pin
`, the trait `std::marker::Unpin` is not implemented for `P` [INFO] [stderr] | [INFO] [stderr] = help: consider adding a `where P: std::marker::Unpin` bound [INFO] [stderr] = note: required because it appears within the type `std::pin::Pin
`
[INFO] [stderr] = note: required by `