[INFO] fetching crate sled 0.34.7... [INFO] testing sled-0.34.7 against 1.60.0 for beta-1.61-1 [INFO] extracting crate sled 0.34.7 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate sled 0.34.7 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sled 0.34.7 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate sled 0.34.7 [INFO] tweaked toml for crates.io crate sled 0.34.7 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate sled 0.34.7 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `0.9.0+zstd.1.5.0` for dependency `zstd` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded color-backtrace v0.5.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2d26596931e06eb749e93f9566f0fd702862946fa0efcef2527b1b54de3d5138 [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" "2d26596931e06eb749e93f9566f0fd702862946fa0efcef2527b1b54de3d5138", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2d26596931e06eb749e93f9566f0fd702862946fa0efcef2527b1b54de3d5138", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d26596931e06eb749e93f9566f0fd702862946fa0efcef2527b1b54de3d5138", kill_on_drop: false }` [INFO] [stdout] 2d26596931e06eb749e93f9566f0fd702862946fa0efcef2527b1b54de3d5138 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 624e95ae437e97f0ef29b568b07a192d41e12f8c35e52e60ab94a568dc38221e [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" "624e95ae437e97f0ef29b568b07a192d41e12f8c35e52e60ab94a568dc38221e", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `0.9.0+zstd.1.5.0` for dependency `zstd` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling sled v0.34.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/pagecache/iterator.rs:314:6 [INFO] [stdout] | [INFO] [stdout] 314 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/concurrency_control.rs:67:36 [INFO] [stdout] | [INFO] [stdout] 67 | std::sync::atomic::spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/concurrency_control.rs:100:32 [INFO] [stdout] | [INFO] [stdout] 100 | std::sync::atomic::spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/config.rs:761:35 [INFO] [stdout] | [INFO] [stdout] 761 | let _ = self.global_error.compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/fastlock.rs:51:37 [INFO] [stdout] | [INFO] [stdout] 51 | let lock_result = self.lock.compare_and_swap(false, true, Acquire); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lazy.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | while self.init_mu.compare_and_swap(false, true, SeqCst) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lru.rs:85:34 [INFO] [stdout] | [INFO] [stdout] 85 | self.writing.compare_and_swap(head, new, Ordering::Release); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lru.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | ret = self.full_list.compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/pagecache/iobuf.rs:165:31 [INFO] [stdout] | [INFO] [stdout] 165 | let res = self.header.compare_and_swap(old, new, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/pagetable.rs:169:31 [INFO] [stdout] | [INFO] [stdout] 169 | let ret = l1[l1k].compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/pagecache/mod.rs:226:31 [INFO] [stdout] | [INFO] [stdout] 226 | let last = atomic_lsn.compare_and_swap(current, to, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1090:27 [INFO] [stdout] | [INFO] [stdout] 1090 | old.entry.compare_and_set(old.read, page_ptr, SeqCst, guard); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1280:46 [INFO] [stdout] | [INFO] [stdout] 1280 | let result = page_view.entry.compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1522:27 [INFO] [stdout] | [INFO] [stdout] 1522 | old.entry.compare_and_set(old.read, page_ptr, SeqCst, guard); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1747:38 [INFO] [stdout] | [INFO] [stdout] 1747 | let result = page_view.entry.compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1947:26 [INFO] [stdout] | [INFO] [stdout] 1947 | .compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/stack.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | if self.head.compare_and_set(head, node, Release, guard).is_ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/tree.rs:1552:29 [INFO] [stdout] | [INFO] [stdout] 1552 | while self.root.compare_and_swap(from, new_root_pid, SeqCst) != from [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/threadpool.rs:143:18 [INFO] [stdout] | [INFO] [stdout] 143 | if !SPAWNING.compare_and_swap(false, true, SeqCst) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/threadpool.rs:185:15 [INFO] [stdout] | [INFO] [stdout] 185 | if !E.compare_and_swap(false, true, Relaxed) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `size` [INFO] [stdout] --> src/tree.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | pub size: u64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `View` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/tree.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.41s [INFO] running `Command { std: "docker" "inspect" "624e95ae437e97f0ef29b568b07a192d41e12f8c35e52e60ab94a568dc38221e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "624e95ae437e97f0ef29b568b07a192d41e12f8c35e52e60ab94a568dc38221e", kill_on_drop: false }` [INFO] [stdout] 624e95ae437e97f0ef29b568b07a192d41e12f8c35e52e60ab94a568dc38221e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 82e4d86aed368986bbb6a00fa0938d87974f1a07eca8047c68d4fd8b1197dcfa [INFO] running `Command { std: "docker" "start" "-a" "82e4d86aed368986bbb6a00fa0938d87974f1a07eca8047c68d4fd8b1197dcfa", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `0.9.0+zstd.1.5.0` for dependency `zstd` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/pagecache/iterator.rs:314:6 [INFO] [stdout] | [INFO] [stdout] 314 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/concurrency_control.rs:67:36 [INFO] [stdout] | [INFO] [stdout] 67 | std::sync::atomic::spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/concurrency_control.rs:100:32 [INFO] [stdout] | [INFO] [stdout] 100 | std::sync::atomic::spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/config.rs:761:35 [INFO] [stdout] | [INFO] [stdout] 761 | let _ = self.global_error.compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/fastlock.rs:51:37 [INFO] [stdout] | [INFO] [stdout] 51 | let lock_result = self.lock.compare_and_swap(false, true, Acquire); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lazy.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | while self.init_mu.compare_and_swap(false, true, SeqCst) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lru.rs:85:34 [INFO] [stdout] | [INFO] [stdout] 85 | self.writing.compare_and_swap(head, new, Ordering::Release); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lru.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | ret = self.full_list.compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/pagecache/iobuf.rs:165:31 [INFO] [stdout] | [INFO] [stdout] 165 | let res = self.header.compare_and_swap(old, new, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/pagetable.rs:169:31 [INFO] [stdout] | [INFO] [stdout] 169 | let ret = l1[l1k].compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/pagecache/mod.rs:226:31 [INFO] [stdout] | [INFO] [stdout] 226 | let last = atomic_lsn.compare_and_swap(current, to, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1090:27 [INFO] [stdout] | [INFO] [stdout] 1090 | old.entry.compare_and_set(old.read, page_ptr, SeqCst, guard); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1280:46 [INFO] [stdout] | [INFO] [stdout] 1280 | let result = page_view.entry.compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1522:27 [INFO] [stdout] | [INFO] [stdout] 1522 | old.entry.compare_and_set(old.read, page_ptr, SeqCst, guard); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1747:38 [INFO] [stdout] | [INFO] [stdout] 1747 | let result = page_view.entry.compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1947:26 [INFO] [stdout] | [INFO] [stdout] 1947 | .compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/stack.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | if self.head.compare_and_set(head, node, Release, guard).is_ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/tree.rs:1552:29 [INFO] [stdout] | [INFO] [stdout] 1552 | while self.root.compare_and_swap(from, new_root_pid, SeqCst) != from [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/threadpool.rs:143:18 [INFO] [stdout] | [INFO] [stdout] 143 | if !SPAWNING.compare_and_swap(false, true, SeqCst) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/threadpool.rs:185:15 [INFO] [stdout] | [INFO] [stdout] 185 | if !E.compare_and_swap(false, true, Relaxed) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `size` [INFO] [stdout] --> src/tree.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | pub size: u64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `View` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/tree.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand_distr v0.3.0 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling synstructure v0.12.5 [INFO] [stderr] Compiling zerocopy-derive v0.2.0 [INFO] [stderr] Compiling zerocopy v0.3.0 [INFO] [stderr] Compiling sled v0.34.7 (/opt/rustwide/workdir) [INFO] [stdout] error: please run tests using the "testing" feature, which enables additional checks at runtime and causes more race conditions to jump out by inserting delays in concurrent code. [INFO] [stdout] --> tests/common/mod.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / compile_error!( [INFO] [stdout] 3 | | "please run tests using the \"testing\" feature, \ [INFO] [stdout] 4 | | which enables additional checks at runtime and \ [INFO] [stdout] 5 | | causes more race conditions to jump out by \ [INFO] [stdout] 6 | | inserting delays in concurrent code." [INFO] [stdout] 7 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sled` due to 2 previous errors [INFO] [stdout] error: please run tests using the "testing" feature, which enables additional checks at runtime and causes more race conditions to jump out by inserting delays in concurrent code. [INFO] [stdout] --> tests/common/mod.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / compile_error!( [INFO] [stdout] 3 | | "please run tests using the \"testing\" feature, \ [INFO] [stdout] 4 | | which enables additional checks at runtime and \ [INFO] [stdout] 5 | | causes more race conditions to jump out by \ [INFO] [stdout] 6 | | inserting delays in concurrent code." [INFO] [stdout] 7 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: please run tests using the "testing" feature, which enables additional checks at runtime and causes more race conditions to jump out by inserting delays in concurrent code. [INFO] [stdout] --> tests/common/mod.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / compile_error!( [INFO] [stdout] 3 | | "please run tests using the \"testing\" feature, \ [INFO] [stdout] 4 | | which enables additional checks at runtime and \ [INFO] [stdout] 5 | | causes more race conditions to jump out by \ [INFO] [stdout] 6 | | inserting delays in concurrent code." [INFO] [stdout] 7 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: please run tests using the "testing" feature, which enables additional checks at runtime and causes more race conditions to jump out by inserting delays in concurrent code. [INFO] [stdout] --> tests/common/mod.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / compile_error!( [INFO] [stdout] 3 | | "please run tests using the \"testing\" feature, \ [INFO] [stdout] 4 | | which enables additional checks at runtime and \ [INFO] [stdout] 5 | | causes more race conditions to jump out by \ [INFO] [stdout] 6 | | inserting delays in concurrent code." [INFO] [stdout] 7 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: please run tests using the "testing" feature, which enables additional checks at runtime and causes more race conditions to jump out by inserting delays in concurrent code. [INFO] [stdout] --> tests/common/mod.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / compile_error!( [INFO] [stdout] 3 | | "please run tests using the \"testing\" feature, \ [INFO] [stdout] 4 | | which enables additional checks at runtime and \ [INFO] [stdout] 5 | | causes more race conditions to jump out by \ [INFO] [stdout] 6 | | inserting delays in concurrent code." [INFO] [stdout] 7 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/pagecache/iterator.rs:314:6 [INFO] [stdout] | [INFO] [stdout] 314 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/concurrency_control.rs:67:36 [INFO] [stdout] | [INFO] [stdout] 67 | std::sync::atomic::spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/concurrency_control.rs:100:32 [INFO] [stdout] | [INFO] [stdout] 100 | std::sync::atomic::spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/config.rs:761:35 [INFO] [stdout] | [INFO] [stdout] 761 | let _ = self.global_error.compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/fastlock.rs:51:37 [INFO] [stdout] | [INFO] [stdout] 51 | let lock_result = self.lock.compare_and_swap(false, true, Acquire); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lazy.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | while self.init_mu.compare_and_swap(false, true, SeqCst) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lru.rs:85:34 [INFO] [stdout] | [INFO] [stdout] 85 | self.writing.compare_and_swap(head, new, Ordering::Release); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lru.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | ret = self.full_list.compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/pagecache/iobuf.rs:165:31 [INFO] [stdout] | [INFO] [stdout] 165 | let res = self.header.compare_and_swap(old, new, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/pagetable.rs:169:31 [INFO] [stdout] | [INFO] [stdout] 169 | let ret = l1[l1k].compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/pagecache/mod.rs:226:31 [INFO] [stdout] | [INFO] [stdout] 226 | let last = atomic_lsn.compare_and_swap(current, to, SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1090:27 [INFO] [stdout] | [INFO] [stdout] 1090 | old.entry.compare_and_set(old.read, page_ptr, SeqCst, guard); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1280:46 [INFO] [stdout] | [INFO] [stdout] 1280 | let result = page_view.entry.compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1522:27 [INFO] [stdout] | [INFO] [stdout] 1522 | old.entry.compare_and_set(old.read, page_ptr, SeqCst, guard); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1747:38 [INFO] [stdout] | [INFO] [stdout] 1747 | let result = page_view.entry.compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/pagecache/mod.rs:1947:26 [INFO] [stdout] | [INFO] [stdout] 1947 | .compare_and_set( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/stack.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | if self.head.compare_and_set(head, node, Release, guard).is_ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `crossbeam_epoch::Atomic::::compare_and_set`: Use `compare_exchange` instead [INFO] [stdout] --> src/stack.rs:143:37 [INFO] [stdout] | [INFO] [stdout] 143 | match self.head.compare_and_set(head, next, Release, guard) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/tree.rs:1552:29 [INFO] [stdout] | [INFO] [stdout] 1552 | while self.root.compare_and_swap(from, new_root_pid, SeqCst) != from [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/threadpool.rs:143:18 [INFO] [stdout] | [INFO] [stdout] 143 | if !SPAWNING.compare_and_swap(false, true, SeqCst) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/threadpool.rs:185:15 [INFO] [stdout] | [INFO] [stdout] 185 | if !E.compare_and_swap(false, true, Relaxed) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `size` [INFO] [stdout] --> src/tree.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | pub size: u64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `View` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/tree.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "82e4d86aed368986bbb6a00fa0938d87974f1a07eca8047c68d4fd8b1197dcfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82e4d86aed368986bbb6a00fa0938d87974f1a07eca8047c68d4fd8b1197dcfa", kill_on_drop: false }` [INFO] [stdout] 82e4d86aed368986bbb6a00fa0938d87974f1a07eca8047c68d4fd8b1197dcfa