[INFO] cloning repository https://github.com/dragonation/rogiso [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dragonation/rogiso" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdragonation%2Frogiso", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdragonation%2Frogiso'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 33598ab7dc0ff8e1772dc48f0843e37717990d7e [INFO] testing dragonation/rogiso against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdragonation%2Frogiso" "/workspace/builds/worker-81/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-81/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dragonation/rogiso on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dragonation/rogiso [INFO] finished tweaking git repo https://github.com/dragonation/rogiso [INFO] tweaked toml for git repo https://github.com/dragonation/rogiso written to /workspace/builds/worker-81/source/Cargo.toml [INFO] crate git repo https://github.com/dragonation/rogiso already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c23a320e21886650b526495db0bf38343ad8618f9d1c4219c3f5ddfeaa9470b3 [INFO] running `Command { std: "docker" "start" "-a" "c23a320e21886650b526495db0bf38343ad8618f9d1c4219c3f5ddfeaa9470b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c23a320e21886650b526495db0bf38343ad8618f9d1c4219c3f5ddfeaa9470b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c23a320e21886650b526495db0bf38343ad8618f9d1c4219c3f5ddfeaa9470b3", kill_on_drop: false }` [INFO] [stdout] c23a320e21886650b526495db0bf38343ad8618f9d1c4219c3f5ddfeaa9470b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 52e53001a0e1676a0a4c6e8ea72e1458caef8bb178ea6ed20960efbf323533da [INFO] running `Command { std: "docker" "start" "-a" "52e53001a0e1676a0a4c6e8ea72e1458caef8bb178ea6ed20960efbf323533da", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rogiso v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `no_redirection` [INFO] [stdout] --> src/region.rs:957:133 [INFO] [stdout] | [INFO] [stdout] 957 | ...ntrantLockReadGuard, no_redirection: bool) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_no_redirection` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/slot.rs:1281:68 [INFO] [stdout] | [INFO] [stdout] 1281 | pub fn set_prototype_ignore_slot_trap(&self, prototype: Value, context: &Box) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `subject` [INFO] [stdout] --> src/slot.rs:1847:56 [INFO] [stdout] | [INFO] [stdout] 1847 | pub fn delete_own_property_ignore_slot_trap(&self, subject: Value, symbol: Symbol, context: &Box) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `subject` [INFO] [stdout] --> src/slot.rs:1933:62 [INFO] [stdout] | [INFO] [stdout] 1933 | pub fn list_own_property_symbols_ignore_slot_trap(&self, subject: Value, _context: &Box) -> Result, Error> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_prototype_with_layout_guard` [INFO] [stdout] --> src/region.rs:957:12 [INFO] [stdout] | [INFO] [stdout] 957 | pub fn get_prototype_with_layout_guard(&self, subject: Value, context: &Box, layout_guard: ReentrantLockReadGuard, no_re... [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: `get_prototype` [INFO] [stdout] --> src/slot.rs:483:12 [INFO] [stdout] | [INFO] [stdout] 483 | pub fn get_prototype(&self) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_prototype` [INFO] [stdout] --> src/slot.rs:718:12 [INFO] [stdout] | [INFO] [stdout] 718 | pub fn get_prototype(&self) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_prototype_with_layout_guard` [INFO] [stdout] --> src/slot.rs:1207:12 [INFO] [stdout] | [INFO] [stdout] 1207 | pub fn get_prototype_with_layout_guard(&self, context: &Box, mut layout_guard: ReentrantLockReadGuard) -> Result src/base/error.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | error_type: ErrorType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/base/error.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `message` [INFO] [stdout] --> src/base/error.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | message: String [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/base/error.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.23s [INFO] running `Command { std: "docker" "inspect" "52e53001a0e1676a0a4c6e8ea72e1458caef8bb178ea6ed20960efbf323533da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52e53001a0e1676a0a4c6e8ea72e1458caef8bb178ea6ed20960efbf323533da", kill_on_drop: false }` [INFO] [stdout] 52e53001a0e1676a0a4c6e8ea72e1458caef8bb178ea6ed20960efbf323533da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7a5b1bbb4dd9483f0d85a29b99c686334708a5d4dfdd135f4845a55e5e83fb9a [INFO] running `Command { std: "docker" "start" "-a" "7a5b1bbb4dd9483f0d85a29b99c686334708a5d4dfdd135f4845a55e5e83fb9a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: unused variable: `no_redirection` [INFO] [stdout] --> src/region.rs:957:133 [INFO] [stdout] | [INFO] [stdout] 957 | ...ntrantLockReadGuard, no_redirection: bool) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_no_redirection` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/slot.rs:1281:68 [INFO] [stdout] | [INFO] [stdout] 1281 | pub fn set_prototype_ignore_slot_trap(&self, prototype: Value, context: &Box) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `subject` [INFO] [stdout] --> src/slot.rs:1847:56 [INFO] [stdout] | [INFO] [stdout] 1847 | pub fn delete_own_property_ignore_slot_trap(&self, subject: Value, symbol: Symbol, context: &Box) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `subject` [INFO] [stdout] --> src/slot.rs:1933:62 [INFO] [stdout] | [INFO] [stdout] 1933 | pub fn list_own_property_symbols_ignore_slot_trap(&self, subject: Value, _context: &Box) -> Result, Error> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_prototype_with_layout_guard` [INFO] [stdout] --> src/region.rs:957:12 [INFO] [stdout] | [INFO] [stdout] 957 | pub fn get_prototype_with_layout_guard(&self, subject: Value, context: &Box, layout_guard: ReentrantLockReadGuard, no_re... [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: `get_prototype` [INFO] [stdout] --> src/slot.rs:483:12 [INFO] [stdout] | [INFO] [stdout] 483 | pub fn get_prototype(&self) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_prototype` [INFO] [stdout] --> src/slot.rs:718:12 [INFO] [stdout] | [INFO] [stdout] 718 | pub fn get_prototype(&self) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_prototype_with_layout_guard` [INFO] [stdout] --> src/slot.rs:1207:12 [INFO] [stdout] | [INFO] [stdout] 1207 | pub fn get_prototype_with_layout_guard(&self, context: &Box, mut layout_guard: ReentrantLockReadGuard) -> Result src/base/error.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | error_type: ErrorType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/base/error.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rogiso v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `message` [INFO] [stdout] --> src/base/error.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | message: String [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/base/error.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `no_redirection` [INFO] [stdout] --> src/region.rs:957:133 [INFO] [stdout] | [INFO] [stdout] 957 | ...ntrantLockReadGuard, no_redirection: bool) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_no_redirection` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/slot.rs:1281:68 [INFO] [stdout] | [INFO] [stdout] 1281 | pub fn set_prototype_ignore_slot_trap(&self, prototype: Value, context: &Box) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `subject` [INFO] [stdout] --> src/slot.rs:1847:56 [INFO] [stdout] | [INFO] [stdout] 1847 | pub fn delete_own_property_ignore_slot_trap(&self, subject: Value, symbol: Symbol, context: &Box) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `subject` [INFO] [stdout] --> src/slot.rs:1933:62 [INFO] [stdout] | [INFO] [stdout] 1933 | pub fn list_own_property_symbols_ignore_slot_trap(&self, subject: Value, _context: &Box) -> Result, Error> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_prototype_with_layout_guard` [INFO] [stdout] --> src/region.rs:957:12 [INFO] [stdout] | [INFO] [stdout] 957 | pub fn get_prototype_with_layout_guard(&self, subject: Value, context: &Box, layout_guard: ReentrantLockReadGuard, no_re... [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: `get_prototype` [INFO] [stdout] --> src/slot.rs:483:12 [INFO] [stdout] | [INFO] [stdout] 483 | pub fn get_prototype(&self) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_prototype` [INFO] [stdout] --> src/slot.rs:718:12 [INFO] [stdout] | [INFO] [stdout] 718 | pub fn get_prototype(&self) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_prototype_with_layout_guard` [INFO] [stdout] --> src/slot.rs:1207:12 [INFO] [stdout] | [INFO] [stdout] 1207 | pub fn get_prototype_with_layout_guard(&self, context: &Box, mut layout_guard: ReentrantLockReadGuard) -> Result src/base/error.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | error_type: ErrorType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/base/error.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `message` [INFO] [stdout] --> src/base/error.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | message: String [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/base/error.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 10.79s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rogiso-377991d56e6c495e) [INFO] running `Command { std: "docker" "inspect" "7a5b1bbb4dd9483f0d85a29b99c686334708a5d4dfdd135f4845a55e5e83fb9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a5b1bbb4dd9483f0d85a29b99c686334708a5d4dfdd135f4845a55e5e83fb9a", kill_on_drop: false }` [INFO] [stdout] 7a5b1bbb4dd9483f0d85a29b99c686334708a5d4dfdd135f4845a55e5e83fb9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ba952f6857c6d74a4ec64af56c7859104bd4c8c14ac5f36859624f03043477b9 [INFO] running `Command { std: "docker" "start" "-a" "ba952f6857c6d74a4ec64af56c7859104bd4c8c14ac5f36859624f03043477b9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: unused variable: `no_redirection` [INFO] [stdout] running 112 tests [INFO] [stderr] --> src/region.rs:957:133 [INFO] [stderr] | [INFO] [stderr] 957 | ...ntrantLockReadGuard, no_redirection: bool) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_no_redirection` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `context` [INFO] [stderr] --> src/slot.rs:1281:68 [INFO] [stderr] | [INFO] [stderr] 1281 | pub fn set_prototype_ignore_slot_trap(&self, prototype: Value, context: &Box) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `subject` [INFO] [stderr] --> src/slot.rs:1847:56 [INFO] [stderr] | [INFO] [stderr] 1847 | pub fn delete_own_property_ignore_slot_trap(&self, subject: Value, symbol: Symbol, context: &Box) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `subject` [INFO] [stderr] --> src/slot.rs:1933:62 [INFO] [stderr] | [INFO] [stderr] 1933 | pub fn list_own_property_symbols_ignore_slot_trap(&self, subject: Value, _context: &Box) -> Result, Error> { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject` [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_prototype_with_layout_guard` [INFO] [stderr] --> src/region.rs:957:12 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn get_prototype_with_layout_guard(&self, subject: Value, context: &Box, layout_guard: ReentrantLockReadGuard, no_re... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_prototype` [INFO] [stderr] --> src/slot.rs:483:12 [INFO] [stderr] | [INFO] [stderr] 483 | pub fn get_prototype(&self) -> Value { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_prototype` [INFO] [stderr] --> src/slot.rs:718:12 [INFO] [stderr] | [INFO] [stderr] 718 | pub fn get_prototype(&self) -> Value { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_prototype_with_layout_guard` [INFO] [stderr] --> src/slot.rs:1207:12 [INFO] [stderr] | [INFO] [stderr] 1207 | pub fn get_prototype_with_layout_guard(&self, context: &Box, mut layout_guard: ReentrantLockReadGuard) -> Result src/base/error.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | error_type: ErrorType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/base/error.rs:73:10 [INFO] [stderr] | [INFO] [stderr] 73 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `message` [INFO] [stderr] --> src/base/error.rs:76:5 [INFO] [stderr] | [INFO] [stderr] 76 | message: String [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/base/error.rs:73:10 [INFO] [stderr] | [INFO] [stderr] 73 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `rogiso` (lib) generated 10 warnings [INFO] [stderr] warning: `rogiso` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.92s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rogiso-377991d56e6c495e) [INFO] [stdout] test base::symbol::test_symbol_id_generator ... ok [INFO] [stdout] test base::value::test_equal ... ok [INFO] [stdout] test base::value::test_boolean_true ... ok [INFO] [stdout] test base::value::test_boolean_false ... ok [INFO] [stdout] test base::value::test_cardinal_zero ... ok [INFO] [stdout] test base::value::test_cardinal ... ok [INFO] [stdout] test base::symbol::test_value_symbol ... ok [INFO] [stdout] test base::symbol::test_text_symbol ... ok [INFO] [stdout] test base::symbol::test_symbol_recycle ... ok [INFO] [stdout] test base::value::test_float_infinity ... ok [INFO] [stdout] test base::value::test_float ... ok [INFO] [stdout] test base::value::test_float_nan ... ok [INFO] [stdout] test base::value::test_float_negative ... ok [INFO] [stdout] test base::value::test_float_negative_infinity ... ok [INFO] [stdout] test base::value::test_float_zero ... ok [INFO] [stdout] test base::value::test_integer ... ok [INFO] [stdout] test base::value::test_integer_negative ... ok [INFO] [stdout] test base::value::test_integer_zero ... ok [INFO] [stdout] test base::value::test_null ... ok [INFO] [stdout] test base::value::test_undefined ... ok [INFO] [stdout] test field_shortcuts::test_field_shortcuts ... ok [INFO] [stdout] test field_shortcuts::test_field_shortcuts_size ... ok [INFO] [stdout] test field_shortcuts::test_field_template_creation ... ok [INFO] [stdout] test field_shortcuts::test_field_template_symbol ... ok [INFO] [stdout] test field_shortcuts::test_field_template_version ... ok [INFO] [stdout] test field_shortcuts::test_field_token ... ok [INFO] [stdout] test internal_slot::list::test_creation ... ok [INFO] [stdout] test internal_slot::list::test_length ... ok [INFO] [stdout] test internal_slot::list::test_elements ... ok [INFO] [stdout] test internal_slot::list::test_list_references ... ok [INFO] [stdout] test internal_slot::list::test_refresh_reference ... ok [INFO] [stdout] test internal_slot::text::test_char_iterator ... ok [INFO] [stdout] test internal_slot::text::test_concatentate ... ok [INFO] [stdout] test internal_slot::text::test_equal ... ok [INFO] [stdout] test internal_slot::text::test_from_chars ... ok [INFO] [stdout] test internal_slot::text::test_from_utf8 ... ok [INFO] [stdout] test internal_slot::text::test_get_char_at ... ok [INFO] [stdout] test internal_slot::text::test_hash ... ok [INFO] [stdout] test internal_slot::text::test_ordering ... ok [INFO] [stdout] test internal_slot::text::test_repeat ... ok [INFO] [stdout] test internal_slot::text::test_shrink ... ok [INFO] [stdout] test internal_slot::text::test_simple_text ... ok [INFO] [stdout] test internal_slot::text::test_slices ... ok [INFO] [stdout] test internal_slot::tuple::test_creation ... ok [INFO] [stdout] test internal_slot::tuple::test_get_element ... ok [INFO] [stdout] test internal_slot::tuple::test_refresh_reference ... ok [INFO] [stdout] test internal_slot::tuple::test_length ... ok [INFO] [stdout] test internal_slot::tuple::test_tuple_references ... ok [INFO] [stdout] test reference_map::test_add_reference ... ok [INFO] [stdout] test reference_map::test_remove_reference ... ok [INFO] [stdout] test reference_map::test_multiple_references ... ok [INFO] [stdout] test reference_map::test_remove_reference_not_found ... ok [INFO] [stdout] test root::test_root_creation ... ok [INFO] [stdout] test root::test_root_get ... ok [INFO] [stdout] test root::test_root_refresh ... ok [INFO] [stdout] test region::test_region_creation ... ok [INFO] [stdout] test root::test_root_references ... ok [INFO] [stdout] test root::test_roots_creation ... ok [INFO] [stdout] test root::test_roots_merge ... ok [INFO] [stdout] test root::test_roots_refresh_value ... ok [INFO] [stdout] test root::test_roots_references ... ok [INFO] [stdout] test root::test_weak_id_generator ... ok [INFO] [stdout] test isolate::test_isolate_creation ... ok [INFO] [stdout] test slot::test_atomic_slot_flags ... ok [INFO] [stdout] test root::test_weak_root ... ok [INFO] [stdout] test slot::test_atomic_slot_primitive_type ... ok [INFO] [stdout] test slot::test_region_slot_color ... ok [INFO] [stdout] test region::test_region_basic_states ... ok [INFO] [stdout] test slot::test_region_slot_field_shortcuts ... ok [INFO] [stdout] test isolate::test_isolate_outlets ... ok [INFO] [stdout] test slot::test_region_slot_size ... ok [INFO] [stdout] test slot::test_region_slot_references ... ok [INFO] [stdout] test slot::test_region_slot_snapshot ... ok [INFO] [stdout] test isolate::test_isolate_own_properties ... ok [INFO] [stdout] test slot::test_slot_record_color ... ok [INFO] [stdout] test slot::test_slot_record_id ... ok [INFO] [stdout] test slot::test_slot_record_references ... ok [INFO] [stdout] test isolate::test_isolate_value_symbol ... ok [INFO] [stdout] test slot::test_slot_record_size ... ok [INFO] [stdout] test slot::test_slot_record_reset ... ok [INFO] [stdout] test region::test_region_snapshot ... ok [INFO] [stdout] test isolate::test_isolate_text_symbol ... ok [INFO] [stdout] test isolate::test_isolate_properties ... ok [INFO] [stdout] test util::page_map::test_page_size ... ok [INFO] [stdout] test util::page_map::test_page_map_items ... ok [INFO] [stdout] test util::page_map::test_page_table_size ... ok [INFO] [stdout] test region::test_region_field_shortcuts ... ok [INFO] [stdout] test util::rw_lock::test_lock ... ok [INFO] [stdout] test util::reentrant_lock::test_lock ... ok [INFO] [stdout] test isolate::test_isolate_region_management ... ok [INFO] [stdout] test util::spin_lock::test_lock ... ok [INFO] [stdout] test util::page_map::test_page_map_iterator ... ok [INFO] [stdout] test isolate::test_isolate_seals ... ok [INFO] [stdout] test slot::test_region_slot_management ... ok [INFO] [stdout] test isolate::test_isolate_slot_snapshot ... ok [INFO] [stdout] test slot::test_region_slot_own_properties ... ok [INFO] [stdout] test isolate::test_isolate_roots ... ok [INFO] [stdout] test region::test_region_internal_slot ... ok [INFO] [stdout] test isolate::test_isolate_slot_management ... ok [INFO] [stdout] test region::test_region_basic_slot_management ... ok [INFO] [stdout] test slot::test_region_slot_own_property_with_field_shortcuts ... ok [INFO] [stdout] test region::test_region_references ... ok [INFO] [stdout] test region::test_region_own_property ... ok [INFO] [stdout] test slot::test_region_slot_slot_trap ... ok [INFO] [stdout] test slot::test_region_slot_internal_slot ... ok [INFO] [stdout] test region::test_region_seal ... ok [INFO] [stdout] test region::test_region_slot_trap ... ok [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] test region::test_region_size ... FAILED [INFO] [stdout] test slot::test_atomic_slot_size ... FAILED [INFO] [stdout] test util::page_map::test_page_map_size ... FAILED [INFO] [stdout] test util::page_map::test_page_map_items_inavailable - should panic ... ok [INFO] [stdout] test util::page_map::test_page_map_items_recycled - should panic ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- region::test_region_size stdout ---- [INFO] [stdout] thread 'region::test_region_size' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `4072`, [INFO] [stdout] right: `0`', src/region.rs:1424:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55711172e78d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55711172e78d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55711172e78d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55711172e78d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557111751f2c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55711172b151 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x5571117304d5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5571117304d5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5571117304d5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5571117301c4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557111730a22 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557111730907 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55711172ec44 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557111730639 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5571115b63e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55711174ffe8 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55711164338a - core::panicking::assert_failed::he5daf2935d1c049a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557111622494 - rogiso::region::test_region_size::hd0f94780c4c3e0aa [INFO] [stdout] at /opt/rustwide/workdir/src/region.rs:1424:5 [INFO] [stdout] 18: 0x55711162233a - rogiso::region::test_region_size::{{closure}}::h5fcd02c9ad3634a6 [INFO] [stdout] at /opt/rustwide/workdir/src/region.rs:1422:1 [INFO] [stdout] 19: 0x5571116919de - core::ops::function::FnOnce::call_once::h3edc9e99fc7db9df [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55711170a4f3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55711170a4f3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x5571117092a9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x5571117092a9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5571117092a9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x5571117092a9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x5571117092a9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x5571117092a9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x5571117092a9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x5571116d545e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x5571116d545e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5571116da9c8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5571116da9c8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5571116da9c8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5571116da9c8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5571116da9c8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5571116da9c8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5571116da9c8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557111735233 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557111735233 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557111735233 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7ffbdcdbe609 - start_thread [INFO] [stdout] 42: 0x7ffbdcb8e163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- slot::test_atomic_slot_size stdout ---- [INFO] [stdout] thread 'slot::test_atomic_slot_size' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `120`, [INFO] [stdout] right: `128`', src/slot.rs:2186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55711172e78d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55711172e78d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55711172e78d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55711172e78d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557111751f2c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55711172b151 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x5571117304d5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5571117304d5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5571117304d5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5571117301c4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557111730a22 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557111730907 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55711172ec44 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557111730639 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5571115b63e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55711174ffe8 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55711164338a - core::panicking::assert_failed::he5daf2935d1c049a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x5571115f99bf - rogiso::slot::test_atomic_slot_size::ha4783f5ea2d7a426 [INFO] [stdout] at /opt/rustwide/workdir/src/slot.rs:2186:5 [INFO] [stdout] 18: 0x5571115f995a - rogiso::slot::test_atomic_slot_size::{{closure}}::h3195718a504f2844 [INFO] [stdout] at /opt/rustwide/workdir/src/slot.rs:2185:1 [INFO] [stdout] 19: 0x557111692b6e - core::ops::function::FnOnce::call_once::h98b94c079822f5f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55711170a4f3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55711170a4f3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x5571117092a9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x5571117092a9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5571117092a9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x5571117092a9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x5571117092a9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x5571117092a9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x5571117092a9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x5571116d545e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x5571116d545e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5571116da9c8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5571116da9c8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5571116da9c8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5571116da9c8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5571116da9c8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5571116da9c8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5571116da9c8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557111735233 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557111735233 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557111735233 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7ffbdcdbe609 - start_thread [INFO] [stdout] 42: 0x7ffbdcb8e163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- util::page_map::test_page_map_size stdout ---- [INFO] [stdout] thread 'util::page_map::test_page_map_size' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `8184`, [INFO] [stdout] right: `8192`', src/util/page_map.rs:278:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55711172e78d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55711172e78d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55711172e78d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55711172e78d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557111751f2c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55711172b151 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x5571117304d5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5571117304d5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5571117304d5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5571117301c4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557111730a22 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557111730907 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55711172ec44 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557111730639 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5571115b63e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55711174ffe8 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55711164338a - core::panicking::assert_failed::he5daf2935d1c049a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x5571116d3d8f - rogiso::util::page_map::test_page_map_size::h5efa473067ec8d70 [INFO] [stdout] at /opt/rustwide/workdir/src/util/page_map.rs:278:5 [INFO] [stdout] 18: 0x5571116d3d2a - rogiso::util::page_map::test_page_map_size::{{closure}}::h1dbf2197b24cb53a [INFO] [stdout] at /opt/rustwide/workdir/src/util/page_map.rs:277:1 [INFO] [stdout] 19: 0x5571116917be - core::ops::function::FnOnce::call_once::h3775a205116f636c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55711170a4f3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55711170a4f3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x5571117092a9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x5571117092a9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5571117092a9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x5571117092a9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x5571117092a9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x5571117092a9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x5571117092a9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x5571116d545e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x5571116d545e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5571116da9c8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5571116da9c8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5571116da9c8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5571116da9c8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5571116da9c8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5571116da9c8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5571116da9c8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557111735233 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557111735233 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557111735233 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7ffbdcdbe609 - start_thread [INFO] [stdout] 42: 0x7ffbdcb8e163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] region::test_region_size [INFO] [stdout] slot::test_atomic_slot_size [INFO] [stdout] util::page_map::test_page_map_size [INFO] [stdout] [INFO] [stdout] test result: FAILED. 109 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ba952f6857c6d74a4ec64af56c7859104bd4c8c14ac5f36859624f03043477b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba952f6857c6d74a4ec64af56c7859104bd4c8c14ac5f36859624f03043477b9", kill_on_drop: false }` [INFO] [stdout] ba952f6857c6d74a4ec64af56c7859104bd4c8c14ac5f36859624f03043477b9