[INFO] crate sbloom 0.5.0 is already in cache [INFO] testing sbloom-0.5.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate sbloom 0.5.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate sbloom 0.5.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sbloom 0.5.0 [INFO] finished tweaking crates.io crate sbloom 0.5.0 [INFO] tweaked toml for crates.io crate sbloom 0.5.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f5779fb45743ca8831d78b4ecea547c9600fa00769ef8947f75111b7e348eb3b [INFO] running `"docker" "start" "-a" "f5779fb45743ca8831d78b4ecea547c9600fa00769ef8947f75111b7e348eb3b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling s-types-serialize v0.2.1 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling fixed-hash v0.2.5 [INFO] [stderr] Compiling sbloom v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.57s [INFO] running `"docker" "inspect" "f5779fb45743ca8831d78b4ecea547c9600fa00769ef8947f75111b7e348eb3b"` [INFO] running `"docker" "rm" "-f" "f5779fb45743ca8831d78b4ecea547c9600fa00769ef8947f75111b7e348eb3b"` [INFO] [stdout] f5779fb45743ca8831d78b4ecea547c9600fa00769ef8947f75111b7e348eb3b [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 69ecc97fb920f845abdf62948c544615ca11005d1cfc6e3c14fac9826139423a [INFO] running `"docker" "start" "-a" "69ecc97fb920f845abdf62948c544615ca11005d1cfc6e3c14fac9826139423a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rustc-hex v1.0.0 [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling sbloom v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.13s [INFO] running `"docker" "inspect" "69ecc97fb920f845abdf62948c544615ca11005d1cfc6e3c14fac9826139423a"` [INFO] running `"docker" "rm" "-f" "69ecc97fb920f845abdf62948c544615ca11005d1cfc6e3c14fac9826139423a"` [INFO] [stdout] 69ecc97fb920f845abdf62948c544615ca11005d1cfc6e3c14fac9826139423a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b1936373c95ba59558d80a809467d3d34f71127d0f9df5c6fe35e7e4d0ae8c55 [INFO] running `"docker" "start" "-a" "b1936373c95ba59558d80a809467d3d34f71127d0f9df5c6fe35e7e4d0ae8c55"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'fixed_hash::clean_0x': out of scope for fixed-hash [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::clone_from_slice': unconventional API, replaced by `assign_from_slice` in version 0.3 [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::from_slice': unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'Bloom::new': use `fixed_hash`::zero constructor instead [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | construct_hash!(Bloom, BLOOM_SIZE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/sbloom-0bc69f6921ce0658 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stderr] Doc-tests sbloom [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 2) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b1936373c95ba59558d80a809467d3d34f71127d0f9df5c6fe35e7e4d0ae8c55"` [INFO] running `"docker" "rm" "-f" "b1936373c95ba59558d80a809467d3d34f71127d0f9df5c6fe35e7e4d0ae8c55"` [INFO] [stdout] b1936373c95ba59558d80a809467d3d34f71127d0f9df5c6fe35e7e4d0ae8c55