[INFO] updating cached repository https://github.com/hayalbaz/rust-parallelism [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a0049fb9ee5abe881be471c7f96b8413bc05e3fa [INFO] testing hayalbaz/rust-parallelism against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhayalbaz%2Frust-parallelism" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hayalbaz/rust-parallelism on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hayalbaz/rust-parallelism [INFO] finished tweaking git repo https://github.com/hayalbaz/rust-parallelism [INFO] tweaked toml for git repo https://github.com/hayalbaz/rust-parallelism written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/hayalbaz/rust-parallelism already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b762c6e01d2901cfc73e6634340f5f0589e2eae17f7e63dd3a03e2f9dc774282 [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" "b762c6e01d2901cfc73e6634340f5f0589e2eae17f7e63dd3a03e2f9dc774282", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b762c6e01d2901cfc73e6634340f5f0589e2eae17f7e63dd3a03e2f9dc774282", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b762c6e01d2901cfc73e6634340f5f0589e2eae17f7e63dd3a03e2f9dc774282", kill_on_drop: false }` [INFO] [stdout] b762c6e01d2901cfc73e6634340f5f0589e2eae17f7e63dd3a03e2f9dc774282 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d68d3b849e69f7d072b249d3ec46096c65abbb30ee806645624ea5787fb901e3 [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" "d68d3b849e69f7d072b249d3ec46096c65abbb30ee806645624ea5787fb901e3", kill_on_drop: false }` [INFO] [stderr] Compiling paralellism-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: static variable `test` should have an upper case name [INFO] [stdout] --> src/main.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | static test:[i32; 12] = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `TEST` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `Command { std: "docker" "inspect" "d68d3b849e69f7d072b249d3ec46096c65abbb30ee806645624ea5787fb901e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d68d3b849e69f7d072b249d3ec46096c65abbb30ee806645624ea5787fb901e3", kill_on_drop: false }` [INFO] [stdout] d68d3b849e69f7d072b249d3ec46096c65abbb30ee806645624ea5787fb901e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 272edfade45febe6fa7889419971520b07f21aa1db3bfe805121bcd15ca6e613 [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" "272edfade45febe6fa7889419971520b07f21aa1db3bfe805121bcd15ca6e613", kill_on_drop: false }` [INFO] [stderr] Compiling paralellism-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: static variable `test` should have an upper case name [INFO] [stdout] --> src/main.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | static test:[i32; 12] = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `TEST` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `Command { std: "docker" "inspect" "272edfade45febe6fa7889419971520b07f21aa1db3bfe805121bcd15ca6e613", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "272edfade45febe6fa7889419971520b07f21aa1db3bfe805121bcd15ca6e613", kill_on_drop: false }` [INFO] [stdout] 272edfade45febe6fa7889419971520b07f21aa1db3bfe805121bcd15ca6e613 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fddcdd7273778e91a7f5e15ee8deec8f783076485fda2056df3341f0cdf73350 [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" "fddcdd7273778e91a7f5e15ee8deec8f783076485fda2056df3341f0cdf73350", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: static variable `test` should have an upper case name [INFO] [stderr] --> src/main.rs:28:12 [INFO] [stderr] | [INFO] [stderr] 28 | static test:[i32; 12] = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; [INFO] [stderr] | ^^^^ help: convert the identifier to upper case: `TEST` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/paralellism_test-30fa25fcd836de5d [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fddcdd7273778e91a7f5e15ee8deec8f783076485fda2056df3341f0cdf73350", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fddcdd7273778e91a7f5e15ee8deec8f783076485fda2056df3341f0cdf73350", kill_on_drop: false }` [INFO] [stdout] fddcdd7273778e91a7f5e15ee8deec8f783076485fda2056df3341f0cdf73350