[INFO] cloning repository https://github.com/polygonhell/rusttests [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/polygonhell/rusttests" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpolygonhell%2Frusttests", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpolygonhell%2Frusttests'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3986072c5c042131daf22cd8530884e9882c6be0 [INFO] testing polygonhell/rusttests against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpolygonhell%2Frusttests" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/polygonhell/rusttests on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/polygonhell/rusttests [INFO] finished tweaking git repo https://github.com/polygonhell/rusttests [INFO] tweaked toml for git repo https://github.com/polygonhell/rusttests written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/polygonhell/rusttests already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 135afe73026cd00ca05e7ac9b322c845a5d24efb13b7251f6ef486a451773ea6 [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" "135afe73026cd00ca05e7ac9b322c845a5d24efb13b7251f6ef486a451773ea6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "135afe73026cd00ca05e7ac9b322c845a5d24efb13b7251f6ef486a451773ea6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "135afe73026cd00ca05e7ac9b322c845a5d24efb13b7251f6ef486a451773ea6", kill_on_drop: false }` [INFO] [stdout] 135afe73026cd00ca05e7ac9b322c845a5d24efb13b7251f6ef486a451773ea6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c3a98ca9e19f311cda0dcfa8977aa58d4c4d5fbafba2886d42c8781f89bbc056 [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" "c3a98ca9e19f311cda0dcfa8977aa58d4c4d5fbafba2886d42c8781f89bbc056", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling journal v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around const expression [INFO] [stdout] --> src/database.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | d: [u8; (PAGE_SIZE - 4)], [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around const expression [INFO] [stdout] --> src/database.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | d: [u8; (PAGE_SIZE - 4)], [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around const expression [INFO] [stdout] --> src/database.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | d: [u32; ((PAGE_SIZE - 4) / 4)], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around const expression [INFO] [stdout] --> src/database.rs:197:28 [INFO] [stdout] | [INFO] [stdout] 197 | self.data.leaf.d = [0; (PAGE_SIZE - 4)]; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.20s [INFO] running `Command { std: "docker" "inspect" "c3a98ca9e19f311cda0dcfa8977aa58d4c4d5fbafba2886d42c8781f89bbc056", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3a98ca9e19f311cda0dcfa8977aa58d4c4d5fbafba2886d42c8781f89bbc056", kill_on_drop: false }` [INFO] [stdout] c3a98ca9e19f311cda0dcfa8977aa58d4c4d5fbafba2886d42c8781f89bbc056 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "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] 9dc527e3b9c8968982799fb5f9d57ddafe4d8b2e46cd54af07db2af499b0d677 [INFO] running `Command { std: "docker" "start" "-a" "9dc527e3b9c8968982799fb5f9d57ddafe4d8b2e46cd54af07db2af499b0d677", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling walkdir v2.2.8 [INFO] [stderr] Compiling tinytemplate v1.0.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling regex-automata v0.1.7 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling bstr v0.2.1 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling csv v1.1.0 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling journal v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around const expression [INFO] [stdout] --> src/database.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | d: [u8; (PAGE_SIZE - 4)], [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around const expression [INFO] [stdout] --> src/database.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | d: [u8; (PAGE_SIZE - 4)], [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around const expression [INFO] [stdout] --> src/database.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | d: [u32; ((PAGE_SIZE - 4) / 4)], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around const expression [INFO] [stdout] --> src/database.rs:197:28 [INFO] [stdout] | [INFO] [stdout] 197 | self.data.leaf.d = [0; (PAGE_SIZE - 4)]; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around const expression [INFO] [stdout] --> src/database.rs:281:14 [INFO] [stdout] | [INFO] [stdout] 281 | d: [0; (PAGE_SIZE - 4)], [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 40.67s [INFO] running `Command { std: "docker" "inspect" "9dc527e3b9c8968982799fb5f9d57ddafe4d8b2e46cd54af07db2af499b0d677", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dc527e3b9c8968982799fb5f9d57ddafe4d8b2e46cd54af07db2af499b0d677", kill_on_drop: false }` [INFO] [stdout] 9dc527e3b9c8968982799fb5f9d57ddafe4d8b2e46cd54af07db2af499b0d677 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dbdefe6730e70a3730c07cb54f242465c9ec31595e43a7bb5c14d4dc37c412cf [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" "dbdefe6730e70a3730c07cb54f242465c9ec31595e43a7bb5c14d4dc37c412cf", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/database.rs:49:11 [INFO] [stderr] | [INFO] [stderr] 49 | d: [u8; (PAGE_SIZE - 4)], [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/database.rs:49:11 [INFO] [stderr] | [INFO] [stderr] 49 | d: [u8; (PAGE_SIZE - 4)], [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/database.rs:55:12 [INFO] [stderr] | [INFO] [stderr] 55 | d: [u32; ((PAGE_SIZE - 4) / 4)], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/database.rs:197:28 [INFO] [stderr] | [INFO] [stderr] 197 | self.data.leaf.d = [0; (PAGE_SIZE - 4)]; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/database.rs:281:14 [INFO] [stderr] | [INFO] [stderr] 281 | d: [0; (PAGE_SIZE - 4)], [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/journal-d3bd43382d0cf824 [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test paged_vector::tests::add_even_more ... ignored [INFO] [stdout] test paged_vector::tests::add_some ... ok [INFO] [stdout] test bit_array::tests::foo ... ok [INFO] [stdout] test paged_vector::tests::add ... ok [INFO] [stdout] test dictionary_old::tests::add ... ok [INFO] [stdout] test paged_vector::tests::add_lots ... ok [INFO] [stdout] test database::tests::find ... ok [INFO] [stdout] test paged_vector::tests::add_agg ... ok [INFO] [stdout] test paged_vector::tests::add_long_agg ... test paged_vector::tests::add_long_agg has been running for over 60 seconds [INFO] [stdout] test paged_vector::tests::add_long_agg ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dbdefe6730e70a3730c07cb54f242465c9ec31595e43a7bb5c14d4dc37c412cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbdefe6730e70a3730c07cb54f242465c9ec31595e43a7bb5c14d4dc37c412cf", kill_on_drop: false }` [INFO] [stdout] dbdefe6730e70a3730c07cb54f242465c9ec31595e43a7bb5c14d4dc37c412cf