[INFO] cloning repository https://github.com/foreverbell/xv6fs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/foreverbell/xv6fs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fforeverbell%2Fxv6fs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fforeverbell%2Fxv6fs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6949df5e3c794031f71d52b2b2b711d687b3ec52 [INFO] testing foreverbell/xv6fs against master#d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d for pr-83796 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fforeverbell%2Fxv6fs" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/foreverbell/xv6fs on toolchain d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/foreverbell/xv6fs [INFO] finished tweaking git repo https://github.com/foreverbell/xv6fs [INFO] tweaked toml for git repo https://github.com/foreverbell/xv6fs written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/foreverbell/xv6fs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "fetch" "--locked" "--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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dbc0fc2e903b883ee87cda452bf774c3f6f4a9473ce7141dcde9abecd2005d13 [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" "dbc0fc2e903b883ee87cda452bf774c3f6f4a9473ce7141dcde9abecd2005d13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dbc0fc2e903b883ee87cda452bf774c3f6f4a9473ce7141dcde9abecd2005d13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbc0fc2e903b883ee87cda452bf774c3f6f4a9473ce7141dcde9abecd2005d13", kill_on_drop: false }` [INFO] [stdout] dbc0fc2e903b883ee87cda452bf774c3f6f4a9473ce7141dcde9abecd2005d13 [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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ac9034b8e5b9c0828d7d6cb5ca3c9424da2b5810985044e53094af4ae26d674 [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" "6ac9034b8e5b9c0828d7d6cb5ca3c9424da2b5810985044e53094af4ae26d674", kill_on_drop: false }` [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling regex v1.0.0 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling atty v0.2.10 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling fuse v0.3.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex-syntax v0.6.0 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling env_logger v0.5.10 [INFO] [stderr] Compiling xv6fs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/buffer.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / bitflags! { [INFO] [stdout] 8 | | struct BufFlags: u32 { [INFO] [stdout] 9 | | const VALID = 0b01; [INFO] [stdout] 10 | | const DIRTY = 0b10; [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/buffer.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / bitflags! { [INFO] [stdout] 8 | | struct BufFlags: u32 { [INFO] [stdout] 9 | | const VALID = 0b01; [INFO] [stdout] 10 | | const DIRTY = 0b10; [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/buffer.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / bitflags! { [INFO] [stdout] 8 | | struct BufFlags: u32 { [INFO] [stdout] 9 | | const VALID = 0b01; [INFO] [stdout] 10 | | const DIRTY = 0b10; [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/disk.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / lazy_static! { [INFO] [stdout] 34 | | pub static ref DISK: DiskService = DiskService { [INFO] [stdout] 35 | | channel: Mutex::new(None) [INFO] [stdout] 36 | | }; [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/inode.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | pub static ref ICACHE: Cache = Cache::new(256); [INFO] [stdout] 46 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/logging.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | pub static ref LOGGING: Logging = Logging::new(); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/buffer.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / lazy_static! { [INFO] [stdout] 28 | | pub static ref BCACHE: Cache = Cache::new(256); [INFO] [stdout] 29 | | [INFO] [stdout] 30 | | // Block 1 is immutable after file system is created, so we can safely [INFO] [stdout] ... | [INFO] [stdout] 34 | | ); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/buffer.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / lazy_static! { [INFO] [stdout] 28 | | pub static ref BCACHE: Cache = Cache::new(256); [INFO] [stdout] 29 | | [INFO] [stdout] 30 | | // Block 1 is immutable after file system is created, so we can safely [INFO] [stdout] ... | [INFO] [stdout] 34 | | ); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.35s [INFO] running `Command { std: "docker" "inspect" "6ac9034b8e5b9c0828d7d6cb5ca3c9424da2b5810985044e53094af4ae26d674", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ac9034b8e5b9c0828d7d6cb5ca3c9424da2b5810985044e53094af4ae26d674", kill_on_drop: false }` [INFO] [stdout] 6ac9034b8e5b9c0828d7d6cb5ca3c9424da2b5810985044e53094af4ae26d674 [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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9c1d9e01449dbb3616610d507e6db8f6eace10052174034bf7a4025240b0e026 [INFO] running `Command { std: "docker" "start" "-a" "9c1d9e01449dbb3616610d507e6db8f6eace10052174034bf7a4025240b0e026", kill_on_drop: false }` [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/buffer.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / bitflags! { [INFO] [stdout] 8 | | struct BufFlags: u32 { [INFO] [stdout] 9 | | const VALID = 0b01; [INFO] [stdout] 10 | | const DIRTY = 0b10; [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/buffer.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / bitflags! { [INFO] [stdout] 8 | | struct BufFlags: u32 { [INFO] [stdout] 9 | | const VALID = 0b01; [INFO] [stdout] 10 | | const DIRTY = 0b10; [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/buffer.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / bitflags! { [INFO] [stdout] 8 | | struct BufFlags: u32 { [INFO] [stdout] 9 | | const VALID = 0b01; [INFO] [stdout] 10 | | const DIRTY = 0b10; [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/disk.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / lazy_static! { [INFO] [stdout] 34 | | pub static ref DISK: DiskService = DiskService { [INFO] [stdout] 35 | | channel: Mutex::new(None) [INFO] [stdout] 36 | | }; [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/inode.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | pub static ref ICACHE: Cache = Cache::new(256); [INFO] [stdout] 46 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/logging.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | pub static ref LOGGING: Logging = Logging::new(); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/buffer.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / lazy_static! { [INFO] [stdout] 28 | | pub static ref BCACHE: Cache = Cache::new(256); [INFO] [stdout] 29 | | [INFO] [stdout] 30 | | // Block 1 is immutable after file system is created, so we can safely [INFO] [stdout] ... | [INFO] [stdout] 34 | | ); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling xv6fs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/buffer.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / lazy_static! { [INFO] [stdout] 28 | | pub static ref BCACHE: Cache = Cache::new(256); [INFO] [stdout] 29 | | [INFO] [stdout] 30 | | // Block 1 is immutable after file system is created, so we can safely [INFO] [stdout] ... | [INFO] [stdout] 34 | | ); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/buffer.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / bitflags! { [INFO] [stdout] 8 | | struct BufFlags: u32 { [INFO] [stdout] 9 | | const VALID = 0b01; [INFO] [stdout] 10 | | const DIRTY = 0b10; [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/buffer.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / bitflags! { [INFO] [stdout] 8 | | struct BufFlags: u32 { [INFO] [stdout] 9 | | const VALID = 0b01; [INFO] [stdout] 10 | | const DIRTY = 0b10; [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/buffer.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / bitflags! { [INFO] [stdout] 8 | | struct BufFlags: u32 { [INFO] [stdout] 9 | | const VALID = 0b01; [INFO] [stdout] 10 | | const DIRTY = 0b10; [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/disk.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / lazy_static! { [INFO] [stdout] 34 | | pub static ref DISK: DiskService = DiskService { [INFO] [stdout] 35 | | channel: Mutex::new(None) [INFO] [stdout] 36 | | }; [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/inode.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | / lazy_static! { [INFO] [stdout] 45 | | pub static ref ICACHE: Cache = Cache::new(256); [INFO] [stdout] 46 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/logging.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / lazy_static! { [INFO] [stdout] 37 | | pub static ref LOGGING: Logging = Logging::new(); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/buffer.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / lazy_static! { [INFO] [stdout] 28 | | pub static ref BCACHE: Cache = Cache::new(256); [INFO] [stdout] 29 | | [INFO] [stdout] 30 | | // Block 1 is immutable after file system is created, so we can safely [INFO] [stdout] ... | [INFO] [stdout] 34 | | ); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/buffer.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / lazy_static! { [INFO] [stdout] 28 | | pub static ref BCACHE: Cache = Cache::new(256); [INFO] [stdout] 29 | | [INFO] [stdout] 30 | | // Block 1 is immutable after file system is created, so we can safely [INFO] [stdout] ... | [INFO] [stdout] 34 | | ); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test` [INFO] [stdout] --> src/bitmap.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | fn test() { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot test inner items [INFO] [stdout] --> src/bitmap.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | #[test] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnameable_test_items)]` on by default [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.14s [INFO] running `Command { std: "docker" "inspect" "9c1d9e01449dbb3616610d507e6db8f6eace10052174034bf7a4025240b0e026", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c1d9e01449dbb3616610d507e6db8f6eace10052174034bf7a4025240b0e026", kill_on_drop: false }` [INFO] [stdout] 9c1d9e01449dbb3616610d507e6db8f6eace10052174034bf7a4025240b0e026 [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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8c1c40d2dc6df2f4450f6d203ec761fc88021c0d861d537bd23b6da7a5e7effd [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" "8c1c40d2dc6df2f4450f6d203ec761fc88021c0d861d537bd23b6da7a5e7effd", kill_on_drop: false }` [INFO] [stderr] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stderr] --> src/lib.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(specialization)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default [INFO] [stderr] = note: see issue #31844 for more information [INFO] [stderr] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/buffer.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct BufFlags: u32 { [INFO] [stderr] 9 | | const VALID = 0b01; [INFO] [stderr] 10 | | const DIRTY = 0b10; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/buffer.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct BufFlags: u32 { [INFO] [stderr] 9 | | const VALID = 0b01; [INFO] [stderr] 10 | | const DIRTY = 0b10; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/buffer.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct BufFlags: u32 { [INFO] [stderr] 9 | | const VALID = 0b01; [INFO] [stderr] 10 | | const DIRTY = 0b10; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/disk.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / lazy_static! { [INFO] [stderr] 34 | | pub static ref DISK: DiskService = DiskService { [INFO] [stderr] 35 | | channel: Mutex::new(None) [INFO] [stderr] 36 | | }; [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/inode.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | / lazy_static! { [INFO] [stderr] 45 | | pub static ref ICACHE: Cache = Cache::new(256); [INFO] [stderr] 46 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/logging.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | pub static ref LOGGING: Logging = Logging::new(); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/buffer.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | pub static ref BCACHE: Cache = Cache::new(256); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | // Block 1 is immutable after file system is created, so we can safely [INFO] [stderr] ... | [INFO] [stderr] 34 | | ); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/buffer.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | pub static ref BCACHE: Cache = Cache::new(256); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | // Block 1 is immutable after file system is created, so we can safely [INFO] [stderr] ... | [INFO] [stderr] 34 | | ); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 9 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stderr] --> src/lib.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(specialization)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default [INFO] [stderr] = note: see issue #31844 for more information [INFO] [stderr] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/buffer.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct BufFlags: u32 { [INFO] [stderr] 9 | | const VALID = 0b01; [INFO] [stderr] 10 | | const DIRTY = 0b10; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/buffer.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct BufFlags: u32 { [INFO] [stderr] 9 | | const VALID = 0b01; [INFO] [stderr] 10 | | const DIRTY = 0b10; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/buffer.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct BufFlags: u32 { [INFO] [stderr] 9 | | const VALID = 0b01; [INFO] [stderr] 10 | | const DIRTY = 0b10; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/disk.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / lazy_static! { [INFO] [stderr] 34 | | pub static ref DISK: DiskService = DiskService { [INFO] [stderr] 35 | | channel: Mutex::new(None) [INFO] [stderr] 36 | | }; [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/inode.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | / lazy_static! { [INFO] [stderr] 45 | | pub static ref ICACHE: Cache = Cache::new(256); [INFO] [stderr] 46 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/logging.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | pub static ref LOGGING: Logging = Logging::new(); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/buffer.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | pub static ref BCACHE: Cache = Cache::new(256); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | // Block 1 is immutable after file system is created, so we can safely [INFO] [stderr] ... | [INFO] [stderr] 34 | | ); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/buffer.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | pub static ref BCACHE: Cache = Cache::new(256); [INFO] [stderr] 29 | | [INFO] [stderr] 30 | | // Block 1 is immutable after file system is created, so we can safely [INFO] [stderr] ... | [INFO] [stderr] 34 | | ); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: function is never used: `test` [INFO] [stderr] --> src/bitmap.rs:67:8 [INFO] [stderr] | [INFO] [stderr] 67 | fn test() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: cannot test inner items [INFO] [stderr] --> src/bitmap.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | #[test] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unnameable_test_items)]` on by default [INFO] [stderr] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/xv6fs-7fc334052002e9e7) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test bitmap::test::test ... ok [INFO] [stdout] test buffer::test::test2 ... ok [INFO] [stdout] test util::cast::test::test ... ok [INFO] [stdout] test buffer::test::test4 ... ok [INFO] [stdout] test disk::test::test ... ok [INFO] [stdout] test buffer::test::test1 ... ok [INFO] [stdout] test buffer::test::test3 ... ok [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] test logging::test::test ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- logging::test::test stdout ---- [INFO] [stdout] thread 'logging::test::test' panicked at 'assertion failed: BCACHE.nitems() == 2', src/logging.rs:261:7 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5616b9e65900 - std::backtrace_rs::backtrace::libunwind::trace::hdcf4f90f85129e83 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5616b9e65900 - std::backtrace_rs::backtrace::trace_unsynchronized::h2669e30cb82f6732 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5616b9e65900 - std::sys_common::backtrace::_print_fmt::hfbda19e17f6db318 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5616b9e65900 - ::fmt::h1a8751bf59281272 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5616b9e8866f - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/core/src/fmt/mod.rs:1094:17 [INFO] [stdout] 5: 0x5616b9e62775 - std::io::Write::write_fmt::he6661e7347cae026 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/io/mod.rs:1580:15 [INFO] [stdout] 6: 0x5616b9e679db - std::sys_common::backtrace::_print::h551e9ec8a9fa8106 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5616b9e679db - std::sys_common::backtrace::print::ha4b1c5e95fa040b3 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5616b9e679db - std::panicking::default_hook::{{closure}}::h0b34c9ab7fb9f857 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5616b9e674f8 - std::panicking::default_hook::h3067e8318decd17a [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5616b9e67f8d - std::panicking::rust_panic_with_hook::h81b8facc50f34daa [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x5616b9e67b57 - std::panicking::begin_panic_handler::{{closure}}::ha376ab85d95a000e [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/panicking.rs:495:13 [INFO] [stdout] 12: 0x5616b9e65dbc - std::sys_common::backtrace::__rust_end_short_backtrace::h6795c8afdd1a77e6 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5616b9e67ae9 - rust_begin_unwind [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x5616b9dbc121 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5616b9dbc06d - core::panicking::panic::h3de4db67bd397eb3 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5616b9dfe0d1 - xv6fs::logging::test::test::h67dc2f97bbe62477 [INFO] [stdout] at /opt/rustwide/workdir/src/logging.rs:261:7 [INFO] [stdout] 17: 0x5616b9dfde0d - xv6fs::logging::test::test::{{closure}}::h2d490cee7c420546 [INFO] [stdout] at /opt/rustwide/workdir/src/logging.rs:245:3 [INFO] [stdout] 18: 0x5616b9ddfe5e - core::ops::function::FnOnce::call_once::h5a15324c5b027449 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5616b9e3ae16 - core::ops::function::FnOnce::call_once::h4e9353104004bc3d [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5616b9e3ae16 - test::__rust_begin_short_backtrace::hea4fd7fe7fb8303e [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/test/src/lib.rs:576:5 [INFO] [stdout] 21: 0x5616b9e39876 - as core::ops::function::FnOnce>::call_once::hd7fd3e88849fc750 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/alloc/src/boxed.rs:1546:9 [INFO] [stdout] 22: 0x5616b9e39876 - as core::ops::function::FnOnce<()>>::call_once::h78a6897906b26c6e [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/panic.rs:344:9 [INFO] [stdout] 23: 0x5616b9e39876 - std::panicking::try::do_call::hbaa9991bef154d76 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/panicking.rs:379:40 [INFO] [stdout] 24: 0x5616b9e39876 - std::panicking::try::h0d1e876a7e6d9927 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/panicking.rs:343:19 [INFO] [stdout] 25: 0x5616b9e39876 - std::panic::catch_unwind::hf9cfc8afbc70b84f [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/panic.rs:431:14 [INFO] [stdout] 26: 0x5616b9e39876 - test::run_test_in_process::h947bacbaa4554ce4 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/test/src/lib.rs:599:18 [INFO] [stdout] 27: 0x5616b9e39876 - test::run_test::run_test_inner::{{closure}}::he92bab8f95bf0784 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/test/src/lib.rs:491:39 [INFO] [stdout] 28: 0x5616b9e14cbe - test::run_test::run_test_inner::{{closure}}::hf54209f3d25efeee [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/test/src/lib.rs:518:37 [INFO] [stdout] 29: 0x5616b9e14cbe - std::sys_common::backtrace::__rust_begin_short_backtrace::hd6d5206cf37fd269 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x5616b9e189d8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h13bbfbf02991444a [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 31: 0x5616b9e189d8 - as core::ops::function::FnOnce<()>>::call_once::h0e73313fa1b917d2 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/panic.rs:344:9 [INFO] [stdout] 32: 0x5616b9e189d8 - std::panicking::try::do_call::h0601c6cdea59af51 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/panicking.rs:379:40 [INFO] [stdout] 33: 0x5616b9e189d8 - std::panicking::try::h0d9ec6a2b7f348d3 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/panicking.rs:343:19 [INFO] [stdout] 34: 0x5616b9e189d8 - std::panic::catch_unwind::h5b95c4a8cef23017 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/panic.rs:431:14 [INFO] [stdout] 35: 0x5616b9e189d8 - std::thread::Builder::spawn_unchecked::{{closure}}::hbfc50e47df131303 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 36: 0x5616b9e189d8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h5a3a0711c63b5a79 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x5616b9e6d853 - as core::ops::function::FnOnce>::call_once::h3aa31cb6360b59d9 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/alloc/src/boxed.rs:1546:9 [INFO] [stdout] 38: 0x5616b9e6d853 - as core::ops::function::FnOnce>::call_once::h7719d3c7c5841461 [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/alloc/src/boxed.rs:1546:9 [INFO] [stdout] 39: 0x5616b9e6d853 - std::sys::unix::thread::Thread::new::thread_start::hfbe13ead469fd0bc [INFO] [stdout] at /rustc/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 40: 0x7f8a9c47d609 - start_thread [INFO] [stdout] 41: 0x7f8a9c24f293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] logging::test::test [INFO] [stdout] [INFO] [stdout] test result: FAILED. 7 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8c1c40d2dc6df2f4450f6d203ec761fc88021c0d861d537bd23b6da7a5e7effd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c1c40d2dc6df2f4450f6d203ec761fc88021c0d861d537bd23b6da7a5e7effd", kill_on_drop: false }` [INFO] [stdout] 8c1c40d2dc6df2f4450f6d203ec761fc88021c0d861d537bd23b6da7a5e7effd