[INFO] crate sandbox-ipc 0.4.0 is already in cache [INFO] extracting crate sandbox-ipc 0.4.0 into work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/sandbox-ipc/0.4.0 [INFO] extracting crate sandbox-ipc 0.4.0 into work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/sandbox-ipc/0.4.0 [INFO] validating manifest of sandbox-ipc-0.4.0 on toolchain master#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sandbox-ipc-0.4.0 on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sandbox-ipc-0.4.0 [INFO] removed 2 missing tests [INFO] finished frobbing sandbox-ipc-0.4.0 [INFO] frobbed toml for sandbox-ipc-0.4.0 written to work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/sandbox-ipc/0.4.0/Cargo.toml [INFO] started frobbing sandbox-ipc-0.4.0 [INFO] removed 2 missing tests [INFO] finished frobbing sandbox-ipc-0.4.0 [INFO] frobbed toml for sandbox-ipc-0.4.0 written to work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/sandbox-ipc/0.4.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking sandbox-ipc-0.4.0 against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-0/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/sandbox-ipc/0.4.0:/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" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 196bde0690abd60d3a2c562d95d8cd7806aca78ffa6abbff34d087db3853f345 [INFO] running `"docker" "start" "-a" "196bde0690abd60d3a2c562d95d8cd7806aca78ffa6abbff34d087db3853f345"` [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Checking uuid v0.5.1 [INFO] [stderr] Checking bincode v0.9.2 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking sandbox-ipc v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: attribute must be of the form `#[link(name = "...", /*opt*/ kind = "dylib|static|...", [INFO] [stderr] /*opt*/ cfg = "...")]` [INFO] [stderr] --> src/unix/sharedmem.rs:188:1 [INFO] [stderr] | [INFO] [stderr] 188 | #[link = "c"] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ill_formed_attribute_input)]` 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 #57571 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/unix/sharedmem.rs:182:1 [INFO] [stderr] | [INFO] [stderr] 182 | / lazy_static! { [INFO] [stderr] 183 | | static ref PAGE_SIZE: usize = unsafe { [INFO] [stderr] 184 | | getpagesize() as usize [INFO] [stderr] 185 | | }; [INFO] [stderr] 186 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: attribute must be of the form `#[link(name = "...", /*opt*/ kind = "dylib|static|...", [INFO] [stderr] /*opt*/ cfg = "...")]` [INFO] [stderr] --> src/unix/sharedmem.rs:188:1 [INFO] [stderr] | [INFO] [stderr] 188 | #[link = "c"] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ill_formed_attribute_input)]` 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 #57571 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:127:20 [INFO] [stderr] | [INFO] [stderr] 127 | fn check_send(_t: &Send) { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `tokio_core` [INFO] [stderr] --> benches/shm_queue.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate tokio_core; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `sandbox-ipc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/unix/sharedmem.rs:182:1 [INFO] [stderr] | [INFO] [stderr] 182 | / lazy_static! { [INFO] [stderr] 183 | | static ref PAGE_SIZE: usize = unsafe { [INFO] [stderr] 184 | | getpagesize() as usize [INFO] [stderr] 185 | | }; [INFO] [stderr] 186 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_all::runtime::Runtime::reactor': there is now a reactor per worker thread [INFO] [stderr] --> src/io.rs:170:81 [INFO] [stderr] | [INFO] [stderr] 170 | let (a, b) = MessageChannel::::pair(runtime.reactor(), 8192).unwrap(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_all::runtime::Runtime::reactor': there is now a reactor per worker thread [INFO] [stderr] --> src/shm/mod.rs:122:51 [INFO] [stderr] | [INFO] [stderr] 122 | let (a, b) = MessageChannel::pair(runtime.reactor(), 8192).unwrap(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "196bde0690abd60d3a2c562d95d8cd7806aca78ffa6abbff34d087db3853f345"` [INFO] running `"docker" "rm" "-f" "196bde0690abd60d3a2c562d95d8cd7806aca78ffa6abbff34d087db3853f345"` [INFO] [stdout] 196bde0690abd60d3a2c562d95d8cd7806aca78ffa6abbff34d087db3853f345