[INFO] fetching crate cdshealpix 0.5.5... [INFO] testing cdshealpix-0.5.5 against 1.55.0 for beta-1.56-1 [INFO] extracting crate cdshealpix 0.5.5 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate cdshealpix 0.5.5 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cdshealpix 0.5.5 [INFO] finished tweaking crates.io crate cdshealpix 0.5.5 [INFO] tweaked toml for crates.io crate cdshealpix 0.5.5 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", 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] af45fb0a724539134bce7e182dcb7e73101091af51cdfc1845f987aa80e3b115 [INFO] running `Command { std: "docker" "start" "-a" "af45fb0a724539134bce7e182dcb7e73101091af51cdfc1845f987aa80e3b115", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af45fb0a724539134bce7e182dcb7e73101091af51cdfc1845f987aa80e3b115", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af45fb0a724539134bce7e182dcb7e73101091af51cdfc1845f987aa80e3b115", kill_on_drop: false }` [INFO] [stdout] af45fb0a724539134bce7e182dcb7e73101091af51cdfc1845f987aa80e3b115 [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e303cebfe2113140fd31b6a5ba38bebd25e928db51260940631957a3888476ae [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" "e303cebfe2113140fd31b6a5ba38bebd25e928db51260940631957a3888476ae", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling katex-doc v0.1.0 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling cdshealpix v0.5.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: static is never used: `R_MAX` [INFO] [stdout] --> src/sph_geom/cone.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | static R_MAX: f64 = SMALLER_EDGE2OPEDGE_DIST[0]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `mec` [INFO] [stdout] --> src/sph_geom/cone.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn mec(points: &[T]) -> Option { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains` [INFO] [stdout] --> src/sph_geom/cone.rs:68:10 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn contains(&self, point: &T) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mec_2` [INFO] [stdout] --> src/sph_geom/cone.rs:78:4 [INFO] [stdout] | [INFO] [stdout] 78 | fn mec_2(a: &T, b: &T) -> Cone { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mec_n` [INFO] [stdout] --> src/sph_geom/cone.rs:107:4 [INFO] [stdout] | [INFO] [stdout] 107 | fn mec_n(points: &[T]) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `lS` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:11 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `l_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bS` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:15 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `b_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `lE` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:21 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `l_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bE` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:25 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `b_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `lN` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:31 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `l_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bN` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:35 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `b_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `lW` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:41 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `l_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bW` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:45 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `b_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.14s [INFO] running `Command { std: "docker" "inspect" "e303cebfe2113140fd31b6a5ba38bebd25e928db51260940631957a3888476ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e303cebfe2113140fd31b6a5ba38bebd25e928db51260940631957a3888476ae", kill_on_drop: false }` [INFO] [stdout] e303cebfe2113140fd31b6a5ba38bebd25e928db51260940631957a3888476ae [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d8ff265b67515f81f47e9bba28b12544c7d9c2200470bda1b5962e23fc39f9a4 [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" "d8ff265b67515f81f47e9bba28b12544c7d9c2200470bda1b5962e23fc39f9a4", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stdout] warning: static is never used: `R_MAX` [INFO] [stdout] --> src/sph_geom/cone.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | static R_MAX: f64 = SMALLER_EDGE2OPEDGE_DIST[0]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `mec` [INFO] [stdout] --> src/sph_geom/cone.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn mec(points: &[T]) -> Option { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains` [INFO] [stdout] --> src/sph_geom/cone.rs:68:10 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn contains(&self, point: &T) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mec_2` [INFO] [stdout] --> src/sph_geom/cone.rs:78:4 [INFO] [stdout] | [INFO] [stdout] 78 | fn mec_2(a: &T, b: &T) -> Cone { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mec_n` [INFO] [stdout] --> src/sph_geom/cone.rs:107:4 [INFO] [stdout] | [INFO] [stdout] 107 | fn mec_n(points: &[T]) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `lS` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:11 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `l_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bS` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:15 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `b_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `lE` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:21 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `l_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bE` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:25 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `b_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `lN` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:31 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `l_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bN` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:35 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `b_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `lW` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:41 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `l_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bW` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:45 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `b_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling cdshealpix v0.5.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: static is never used: `R_MAX` [INFO] [stdout] --> src/sph_geom/cone.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | static R_MAX: f64 = SMALLER_EDGE2OPEDGE_DIST[0]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `mec` [INFO] [stdout] --> src/sph_geom/cone.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn mec(points: &[T]) -> Option { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains` [INFO] [stdout] --> src/sph_geom/cone.rs:68:10 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn contains(&self, point: &T) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mec_2` [INFO] [stdout] --> src/sph_geom/cone.rs:78:4 [INFO] [stdout] | [INFO] [stdout] 78 | fn mec_2(a: &T, b: &T) -> Cone { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mec_n` [INFO] [stdout] --> src/sph_geom/cone.rs:107:4 [INFO] [stdout] | [INFO] [stdout] 107 | fn mec_n(points: &[T]) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `lS` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:11 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `l_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bS` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:15 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `b_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `lE` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:21 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `l_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bE` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:25 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `b_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `lN` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:31 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `l_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bN` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:35 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `b_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `lW` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:41 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `l_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bW` should have a snake case name [INFO] [stdout] --> src/nested/mod.rs:2095:45 [INFO] [stdout] | [INFO] [stdout] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `b_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 39.15s [INFO] running `Command { std: "docker" "inspect" "d8ff265b67515f81f47e9bba28b12544c7d9c2200470bda1b5962e23fc39f9a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8ff265b67515f81f47e9bba28b12544c7d9c2200470bda1b5962e23fc39f9a4", kill_on_drop: false }` [INFO] [stdout] d8ff265b67515f81f47e9bba28b12544c7d9c2200470bda1b5962e23fc39f9a4 [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fd614ddb90fb0713727ef2e83404b750df1cba83b6787ae683b41796cf30b898 [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" "fd614ddb90fb0713727ef2e83404b750df1cba83b6787ae683b41796cf30b898", kill_on_drop: false }` [INFO] [stderr] warning: static is never used: `R_MAX` [INFO] [stderr] --> src/sph_geom/cone.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | static R_MAX: f64 = SMALLER_EDGE2OPEDGE_DIST[0]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `mec` [INFO] [stderr] --> src/sph_geom/cone.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | pub fn mec(points: &[T]) -> Option { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `contains` [INFO] [stderr] --> src/sph_geom/cone.rs:68:10 [INFO] [stderr] | [INFO] [stderr] 68 | pub fn contains(&self, point: &T) -> bool { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `mec_2` [INFO] [stderr] --> src/sph_geom/cone.rs:78:4 [INFO] [stderr] | [INFO] [stderr] 78 | fn mec_2(a: &T, b: &T) -> Cone { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `mec_n` [INFO] [stderr] --> src/sph_geom/cone.rs:107:4 [INFO] [stderr] | [INFO] [stderr] 107 | fn mec_n(points: &[T]) -> Option { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable `lS` should have a snake case name [INFO] [stderr] --> src/nested/mod.rs:2095:11 [INFO] [stderr] | [INFO] [stderr] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stderr] | ^^ help: convert the identifier to snake case: `l_s` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable `bS` should have a snake case name [INFO] [stderr] --> src/nested/mod.rs:2095:15 [INFO] [stderr] | [INFO] [stderr] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stderr] | ^^ help: convert the identifier to snake case: `b_s` [INFO] [stderr] [INFO] [stderr] warning: variable `lE` should have a snake case name [INFO] [stderr] --> src/nested/mod.rs:2095:21 [INFO] [stderr] | [INFO] [stderr] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stderr] | ^^ help: convert the identifier to snake case: `l_e` [INFO] [stderr] [INFO] [stderr] warning: variable `bE` should have a snake case name [INFO] [stderr] --> src/nested/mod.rs:2095:25 [INFO] [stderr] | [INFO] [stderr] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stderr] | ^^ help: convert the identifier to snake case: `b_e` [INFO] [stderr] [INFO] [stderr] warning: variable `lN` should have a snake case name [INFO] [stderr] --> src/nested/mod.rs:2095:31 [INFO] [stderr] | [INFO] [stderr] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stderr] | ^^ help: convert the identifier to snake case: `l_n` [INFO] [stderr] [INFO] [stderr] warning: variable `bN` should have a snake case name [INFO] [stderr] --> src/nested/mod.rs:2095:35 [INFO] [stderr] | [INFO] [stderr] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stderr] | ^^ help: convert the identifier to snake case: `b_n` [INFO] [stderr] [INFO] [stderr] warning: variable `lW` should have a snake case name [INFO] [stderr] --> src/nested/mod.rs:2095:41 [INFO] [stderr] | [INFO] [stderr] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stderr] | ^^ help: convert the identifier to snake case: `l_w` [INFO] [stderr] [INFO] [stderr] warning: variable `bW` should have a snake case name [INFO] [stderr] --> src/nested/mod.rs:2095:45 [INFO] [stderr] | [INFO] [stderr] 2095 | let [(lS, bS), (lE, bE), (lN, bN), (lW, bW)] = vertices(depth, hash); [INFO] [stderr] | ^^ help: convert the identifier to snake case: `b_w` [INFO] [stderr] [INFO] [stderr] warning: `cdshealpix` (lib) generated 13 warnings [INFO] [stderr] warning: `cdshealpix` (lib test) generated 13 warnings (13 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cdshealpix-d30a7ed77bbd6c88) [INFO] [stdout] running 86 tests [INFO] [stdout] test nested::bmoc::tests::testok_compressed_moc_empty_d1 ... ok [INFO] [stdout] test nested::bmoc::tests::testok_compressed_moc_full_d0 ... ok [INFO] [stdout] test nested::bmoc::tests::testok_compressed_moc_full_d1 ... ok [INFO] [stdout] test nested::moc::tests::test_range ... ok [INFO] [stdout] test nested::moc::op::tests::test_not_full ... ok [INFO] [stdout] test nested::moc::op::tests::test_or_full_empty ... ok [INFO] [stdout] test nested::tests::test_bilinear_interpolation_2 ... ok [INFO] [stdout] test nested::tests::test_prec_1 ... ok [INFO] [stdout] test nested::tests::test_bilinear_interpolation_3 ... ok [INFO] [stdout] test nested::tests::test_bilinear_interpolation ... ok [INFO] [stdout] test nested::tests::test_prec_2 ... ok [INFO] [stdout] test nested::moc::op::tests::test_and_full_full ... ok [INFO] [stdout] test nested::tests::test_prec_3 ... ok [INFO] [stdout] test nested::moc::op::tests::test_or_empty_empty ... ok [INFO] [stdout] test nested::gpu::tests::testok_hash_gpu_spe_2 ... ok [INFO] [stdout] test nested::moc::tests::test_basic ... ok [INFO] [stdout] test nested::moc::op::tests::test_and_empty_full ... ok [INFO] [stdout] test nested::bmoc::tests::testok_compressed_moc_empty_d0 ... ok [INFO] [stdout] test nested::tests::testok_cone_approx_custom_bmoc_dbg ... ok [INFO] [stdout] test nested::tests::testok_cone_approx_bmoc ... ok [INFO] [stdout] test nested::tests::testok_cone_approx_custom_bmoc ... ok [INFO] [stdout] test nested::gpu::tests::testok_hash_gpu_spe_1 ... ok [INFO] [stdout] test nested::tests::testok_cone_approx_custom_bmoc_2 ... ok [INFO] [stdout] test nested::moc::op::tests::test_not_empty ... ok [INFO] [stdout] test nested::tests::testok_external_edge_struct_v1 ... ok [INFO] [stdout] test nested::tests::test_ok_neighbours_t1 ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone_7 ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone_3 ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone_2 ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone_5 ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone_6 ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone_4 ... ok [INFO] [stdout] test nested::tests::testok_bmoc_not ... ok [INFO] [stdout] test nested::tests::testok_hash_2 ... ok [INFO] [stdout] test nested::tests::testok_hash ... ok [INFO] [stdout] test nested::tests::testok_external_edge_struct_v2 ... ok [INFO] [stdout] test nested::tests::testok_hash_3 ... ok [INFO] [stdout] test nested::tests::testok_hash_4 ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_2 ... ok [INFO] [stdout] test nested::tests::testok_hash_d0 ... ok [INFO] [stdout] test nested::tests::testok_neighbour_d0 ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_4 ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_6 ... ok [INFO] [stdout] test nested::tests::testok_neighbours_d0 ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_eqr ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_npc_3 ... ok [INFO] [stdout] test nested::tests::testok_zone_1 ... ok [INFO] [stdout] test nested::tests::testok_zone_2 ... ok [INFO] [stdout] test nested::tests::testok_external_edge_struct_v3 ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_spc ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_3 ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_npc ... ok [INFO] [stdout] test nested::tests::testok_zone_3 ... ok [INFO] [stdout] test ring::tests::test_center ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone_8 ... ok [INFO] [stdout] test nested::tests::testok_polygone_approx ... ok [INFO] [stdout] test ring::tests::test_center_2 ... ok [INFO] [stdout] test ring::tests::test_center_3 ... ok [INFO] [stdout] test ring::tests::test_hash ... ok [INFO] [stdout] test ring::tests::test_deal_with_1x1_box ... ok [INFO] [stdout] test ring::tests::test_dldh_to_dxdy ... ok [INFO] [stdout] test ring::tests::test_hash_3 ... ok [INFO] [stdout] test sph_geom::tests::test_vec3 ... ok [INFO] [stdout] test sph_geom::tests::testok_is_in_polygon ... ok [INFO] [stdout] test tests::testok_nside ... ok [INFO] [stdout] test tests::testok_proj ... ok [INFO] [stdout] test tests::testok_shs ... ok [INFO] [stdout] test nested::gpu::tests::testok_hash_gpu_sys ... ok [INFO] [stdout] test sph_geom::coo3d::tests::test_arc_center ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_npc_2 ... ok [INFO] [stdout] test nested::tests::testok_zone_4 ... ok [INFO] [stdout] test tests::testpanic_proj_2 - should panic ... ok [INFO] [stdout] test tests::testpanic_proj_1 - should panic ... ok [INFO] [stdout] test tests::testpanic_nside - should panic ... ok [INFO] [stdout] test nested::zordercurve::tests::test_small ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_5 ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_fxp ... ok [INFO] [stdout] test nested::tests::test_to_uniq ... ok [INFO] [stdout] test nested::tests::test_to_uniq_ivoa ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_markus ... ok [INFO] [stdout] test nested::zordercurve::tests::test_large ... ok [INFO] [stdout] test nested::tests::test_ring ... ok [INFO] [stdout] test nested::tests::test_gen_file ... FAILED [INFO] [stdout] test ring::tests::test_hash_2 ... ok [INFO] [stdout] test nested::zordercurve::tests::test_mediu ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- nested::tests::test_gen_file stdout ---- [INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] thread 'nested::tests::test_gen_file' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55ff43aca5a0 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55ff43aca5a0 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55ff43aca5a0 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55ff43aca5a0 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55ff43aed75c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55ff43ac7655 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55ff43acc70b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55ff43acc70b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55ff43acc70b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55ff43acc21c - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55ff43accdd4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55ff43acc8b7 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x55ff43acaa9c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55ff43acc819 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55ff439de431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55ff43aeb8fe - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x55ff43a55b0a - core::panicking::assert_failed::hc4c38515dead0aa5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x55ff43a17cce - test::assert_test_result::h07deaa74f55a04d2 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x55ff439fddd9 - cdshealpix::nested::tests::test_gen_file::{{closure}}::h9bb4dcc469aca56c [INFO] [stdout] at /opt/rustwide/workdir/src/nested/mod.rs:4544:3 [INFO] [stdout] 19: 0x55ff439ff80e - core::ops::function::FnOnce::call_once::h2a264989e6017d5b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55ff43aa26c3 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55ff43aa26c3 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x55ff43aa1178 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x55ff43aa1178 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x55ff43aa1178 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x55ff43aa1178 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x55ff43aa1178 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x55ff43aa1178 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x55ff43aa1178 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x55ff43a6f90d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x55ff43a6f90d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x55ff43a740e8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x55ff43a740e8 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x55ff43a740e8 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x55ff43a740e8 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x55ff43a740e8 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x55ff43a740e8 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x55ff43a740e8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55ff43ad1947 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x55ff43ad1947 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x55ff43ad1947 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f23ebba1609 - start_thread [INFO] [stdout] 42: 0x7f23eb973293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] nested::tests::test_gen_file [INFO] [stdout] [INFO] [stdout] test result: FAILED. 85 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.04s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "fd614ddb90fb0713727ef2e83404b750df1cba83b6787ae683b41796cf30b898", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd614ddb90fb0713727ef2e83404b750df1cba83b6787ae683b41796cf30b898", kill_on_drop: false }` [INFO] [stdout] fd614ddb90fb0713727ef2e83404b750df1cba83b6787ae683b41796cf30b898