[INFO] fetching crate swym 0.1.0-preview... [INFO] checking swym-0.1.0-preview against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate swym 0.1.0-preview into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate swym 0.1.0-preview on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate swym 0.1.0-preview [INFO] finished tweaking crates.io crate swym 0.1.0-preview [INFO] tweaked toml for crates.io crate swym 0.1.0-preview written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 26b0850e8348f2685a4f0e90ece238aca5e2f9798c412fb32a36ad4af6aadb36 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "26b0850e8348f2685a4f0e90ece238aca5e2f9798c412fb32a36ad4af6aadb36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "26b0850e8348f2685a4f0e90ece238aca5e2f9798c412fb32a36ad4af6aadb36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26b0850e8348f2685a4f0e90ece238aca5e2f9798c412fb32a36ad4af6aadb36", kill_on_drop: false }` [INFO] [stdout] 26b0850e8348f2685a4f0e90ece238aca5e2f9798c412fb32a36ad4af6aadb36 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0c2f6a434aa56f703b465bc4c34914c192a5a2bc56a2a110d78f506e78c5560a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0c2f6a434aa56f703b465bc4c34914c192a5a2bc56a2a110d78f506e78c5560a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Checking swym v0.1.0-preview (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | #![feature(optin_builtin_traits)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: renamed to `auto_traits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` [INFO] [stdout] --> src/lib.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | #![deny(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::alloc::Alloc`, `std::alloc::AllocErr`, `std::alloc::CannotReallocInPlace`, `std::alloc::Excess` [INFO] [stdout] --> src/internal/alloc/debug_alloc.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | alloc::{Alloc, AllocErr, CannotReallocInPlace, Excess, GlobalAlloc, Layout}, [INFO] [stdout] | ^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ ^^^^^^ no `Excess` in `alloc` [INFO] [stdout] | | | | [INFO] [stdout] | | | no `CannotReallocInPlace` in `alloc` [INFO] [stdout] | | no `AllocErr` in `alloc` [INFO] [stdout] | no `Alloc` in `alloc` [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 2 | alloc::{alloc, AllocErr, CannotReallocInPlace, Excess, GlobalAlloc, Layout}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 2 | alloc::{Alloc, AllocError, CannotReallocInPlace, Excess, GlobalAlloc, Layout}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::alloc::Alloc`, `std::alloc::AllocErr` [INFO] [stdout] --> src/internal/alloc/dyn_vec.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | alloc::{Alloc, AllocErr}, [INFO] [stdout] | ^^^^^ ^^^^^^^^ no `AllocErr` in `alloc` [INFO] [stdout] | | [INFO] [stdout] | no `Alloc` in `alloc` [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 6 | alloc::{alloc, AllocErr}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 6 | alloc::{Alloc, AllocError}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::alloc::Alloc`, `std::alloc::AllocErr` [INFO] [stdout] --> src/internal/alloc/fvec.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | alloc::{Alloc, AllocErr, Layout}, [INFO] [stdout] | ^^^^^ ^^^^^^^^ no `AllocErr` in `alloc` [INFO] [stdout] | | [INFO] [stdout] | no `Alloc` in `alloc` [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 6 | alloc::{alloc, AllocErr, Layout}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 6 | alloc::{Alloc, AllocError, Layout}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::alloc::AllocErr` [INFO] [stdout] --> src/internal/read_log.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | use std::{alloc::AllocErr, num::NonZeroUsize, ptr::NonNull, sync::atomic::Ordering::Relaxed}; [INFO] [stdout] | ^^^^^^^-------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `AllocError` [INFO] [stdout] | no `AllocErr` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::alloc::AllocErr` [INFO] [stdout] --> src/internal/thread.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | alloc::AllocErr, [INFO] [stdout] | ^^^^^^^-------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `AllocError` [INFO] [stdout] | no `AllocErr` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::alloc::AllocErr` [INFO] [stdout] --> src/internal/write_log.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | alloc::AllocErr, [INFO] [stdout] | ^^^^^^^-------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `AllocError` [INFO] [stdout] | no `AllocErr` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::alloc::AllocErr` [INFO] [stdout] --> src/thread_key.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | alloc::AllocErr, [INFO] [stdout] | ^^^^^^^-------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `AllocError` [INFO] [stdout] | no `AllocErr` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stdout] --> src/read.rs:14:14 [INFO] [stdout] | [INFO] [stdout] 14 | impl<'tcell> !Send for ReadTx<'tcell> {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #68318 for more information [INFO] [stdout] = help: add `#![feature(negative_impls)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stdout] --> src/read.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 15 | impl<'tcell> !Sync for ReadTx<'tcell> {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #68318 for more information [INFO] [stdout] = help: add `#![feature(negative_impls)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stdout] --> src/rw.rs:260:14 [INFO] [stdout] | [INFO] [stdout] 260 | impl<'tcell> !Send for RWTx<'tcell> {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #68318 for more information [INFO] [stdout] = help: add `#![feature(negative_impls)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stdout] --> src/rw.rs:261:14 [INFO] [stdout] | [INFO] [stdout] 261 | impl<'tcell> !Sync for RWTx<'tcell> {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #68318 for more information [INFO] [stdout] = help: add `#![feature(negative_impls)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: auto traits are experimental and possibly buggy [INFO] [stdout] --> src/tx.rs:227:1 [INFO] [stdout] | [INFO] [stdout] 227 | pub unsafe auto trait Borrow {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #13231 for more information [INFO] [stdout] = help: add `#![feature(auto_traits)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stdout] --> src/tx.rs:228:17 [INFO] [stdout] | [INFO] [stdout] 228 | impl !Borrow for UnsafeCell {} [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #68318 for more information [INFO] [stdout] = help: add `#![feature(negative_impls)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling jemalloc-sys v0.1.8 [INFO] [stdout] error: aborting due to 14 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0557, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `swym` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0c2f6a434aa56f703b465bc4c34914c192a5a2bc56a2a110d78f506e78c5560a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c2f6a434aa56f703b465bc4c34914c192a5a2bc56a2a110d78f506e78c5560a", kill_on_drop: false }` [INFO] [stdout] 0c2f6a434aa56f703b465bc4c34914c192a5a2bc56a2a110d78f506e78c5560a