[INFO] cloning repository https://github.com/sampalekos96/snapfaas
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sampalekos96/snapfaas" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsampalekos96%2Fsnapfaas", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsampalekos96%2Fsnapfaas'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a64d151c6d611f3005e58182cf68a419a7771536
[INFO] testing sampalekos96/snapfaas against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsampalekos96%2Fsnapfaas" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/sampalekos96/snapfaas
[INFO] finished tweaking git repo https://github.com/sampalekos96/snapfaas
[INFO] tweaked toml for git repo https://github.com/sampalekos96/snapfaas written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sampalekos96/snapfaas on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sampalekos96/snapfaas already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aeff46b5f267e4b16a8e3d0108396439fb3d9c4283f54a80a1bb0dc2b3422981
[INFO] running `Command { std: "docker" "start" "-a" "aeff46b5f267e4b16a8e3d0108396439fb3d9c4283f54a80a1bb0dc2b3422981", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aeff46b5f267e4b16a8e3d0108396439fb3d9c4283f54a80a1bb0dc2b3422981", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aeff46b5f267e4b16a8e3d0108396439fb3d9c4283f54a80a1bb0dc2b3422981", kill_on_drop: false }`
[INFO] [stdout] aeff46b5f267e4b16a8e3d0108396439fb3d9c4283f54a80a1bb0dc2b3422981
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 364a98bade5e42a5be391d86703ef4ec32275607d010854aea0a73d824f42175
[INFO] running `Command { std: "docker" "start" "-a" "364a98bade5e42a5be391d86703ef4ec32275607d010854aea0a73d824f42175", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.131
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling serde_derive v1.0.143
[INFO] [stderr]    Compiling serde v1.0.143
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling serde_json v1.0.83
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling openssl-sys v0.9.75
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.44
[INFO] [stderr]    Compiling futures-core v0.3.23
[INFO] [stderr]    Compiling tokio v1.20.1
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling anyhow v1.0.61
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling openssl v0.10.41
[INFO] [stderr]    Compiling io-lifetimes v0.6.1
[INFO] [stderr]    Compiling futures-task v0.3.23
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling tracing-core v0.1.29
[INFO] [stderr]    Compiling futures-util v0.3.23
[INFO] [stderr]    Compiling rustix v0.34.8
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling sys_util v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling tracing v0.1.36
[INFO] [stderr]    Compiling which v4.2.5
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling unicode-normalization v0.1.21
[INFO] [stderr]    Compiling byteorder v1.2.1
[INFO] [stderr]    Compiling futures-io v0.3.23
[INFO] [stderr]    Compiling futures-sink v0.3.23
[INFO] [stderr]    Compiling futures-channel v0.3.23
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling prost-build v0.9.0
[INFO] [stderr]    Compiling net_gen v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling micro_http v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling petgraph v0.6.2
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling fc_util v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling lmdb-rkv-sys v0.11.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling epoll v4.0.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling timerfd v1.3.0
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling arch_gen v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling virtio_gen v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling seccomp v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling nix v0.25.0
[INFO] [stderr]    Compiling futures v0.1.31
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling lmdb-rkv v0.14.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling ctrlc v3.2.3
[INFO] [stderr]    Compiling sha2 v0.10.2
[INFO] [stderr]    Compiling signal-hook v0.1.17
[INFO] [stderr]    Compiling cgroups v0.1.0
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling prost-derive v0.9.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling crypto-mac v0.11.1
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.6
[INFO] [stderr]    Compiling buf_redux v0.8.4
[INFO] [stderr]    Compiling gzip-header v0.3.0
[INFO] [stderr]    Compiling twoway v0.1.8
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling ascii v1.0.0
[INFO] [stderr]    Compiling chunked_transfer v1.4.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.2
[INFO] [stderr]    Compiling prost v0.9.0
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling sha1_smol v1.0.0
[INFO] [stderr]    Compiling time v0.3.13
[INFO] [stderr]    Compiling sha1 v0.6.1
[INFO] [stderr]    Compiling prost-types v0.9.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling multipart v0.18.0
[INFO] [stderr]    Compiling deflate v0.9.1
[INFO] [stderr]    Compiling derive_more v0.14.1
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling snapfaas v0.1.0 (/opt/rustwide/workdir/snapfaas)
[INFO] [stderr]    Compiling filetime v0.2.17
[INFO] [stderr]    Compiling hex v0.3.2
[INFO] [stderr]    Compiling httpserver v0.1.0 (/opt/rustwide/workdir/frontends/httpserver)
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling memory_model v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling kvm-bindings v0.1.1 (https://github.com/princeton-sns/kvm-bindings?branch=master#6a54c0ae)
[INFO] [stderr]    Compiling net_util v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_yaml v0.8.26
[INFO] [stderr]    Compiling labeled v0.1.0 (https://github.com/tan-yue/labeled?rev=8d9fb2069e1ac7eb111f05d657af4427db600219#8d9fb206)
[INFO] [stderr]    Compiling kernel v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling serde_yaml v0.9.9
[INFO] [stderr]    Compiling treediff v3.0.2
[INFO] [stderr]    Compiling kvm v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling jwt v0.15.0
[INFO] [stderr]    Compiling json-patch v0.2.6
[INFO] [stderr]    Compiling logger v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling arch v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling mmds v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling dumbo v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling rate_limiter v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling cpuid v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling tiny_http v0.8.2
[INFO] [stderr]    Compiling github-types v0.1.1
[INFO] [stderr]    Compiling devices v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling rouille v3.5.0
[INFO] [stderr]    Compiling vmm v0.1.0 (https://github.com/princeton-sns/firecracker?rev=5b64f6a9ee00da992b23c3654fcdb53dd845975f#5b64f6a9)
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.11
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> snapfaas/src/vm.rs:163:13
[INFO] [stdout]     |
[INFO] [stdout] 163 |             /// Starting label with public secrecy and integrity has app-name
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 164 |             current_label: DCLabel::new(true, [[function_name.clone()]]),
[INFO] [stdout]     |             ------------------------------------------------------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]    --> snapfaas/src/resource_manager.rs:223:21
[INFO] [stdout]     |
[INFO] [stdout] 223 |                     drop(vm); // Just being explicit here, not strictly necessary
[INFO] [stdout]     |                     ^^^^^--^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          argument has type `&mut vm::Vm`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dropping_references)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 223 -                     drop(vm); // Just being explicit here, not strictly necessary
[INFO] [stdout] 223 +                     let _ = vm; // Just being explicit here, not strictly necessary
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling webhook v0.1.0 (/opt/rustwide/workdir/frontends/webhook)
[INFO] [stderr]    Compiling webfront v0.1.0 (/opt/rustwide/workdir/frontends/webfront)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "364a98bade5e42a5be391d86703ef4ec32275607d010854aea0a73d824f42175", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "364a98bade5e42a5be391d86703ef4ec32275607d010854aea0a73d824f42175", kill_on_drop: false }`
[INFO] [stdout] 364a98bade5e42a5be391d86703ef4ec32275607d010854aea0a73d824f42175
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 133804cf403d7568bdd5ac10f2994cd708b8b71f9d9f3e479fb3ca6d9479397b
[INFO] running `Command { std: "docker" "start" "-a" "133804cf403d7568bdd5ac10f2994cd708b8b71f9d9f3e479fb3ca6d9479397b", kill_on_drop: false }`
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> snapfaas/src/vm.rs:163:13
[INFO] [stdout]     |
[INFO] [stdout] 163 |             /// Starting label with public secrecy and integrity has app-name
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 164 |             current_label: DCLabel::new(true, [[function_name.clone()]]),
[INFO] [stdout]     |             ------------------------------------------------------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]    --> snapfaas/src/resource_manager.rs:223:21
[INFO] [stdout]     |
[INFO] [stdout] 223 |                     drop(vm); // Just being explicit here, not strictly necessary
[INFO] [stdout]     |                     ^^^^^--^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          argument has type `&mut vm::Vm`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dropping_references)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 223 -                     drop(vm); // Just being explicit here, not strictly necessary
[INFO] [stdout] 223 +                     let _ = vm; // Just being explicit here, not strictly necessary
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling snapfaas v0.1.0 (/opt/rustwide/workdir/snapfaas)
[INFO] [stderr]    Compiling webhook v0.1.0 (/opt/rustwide/workdir/frontends/webhook)
[INFO] [stderr]    Compiling webfront v0.1.0 (/opt/rustwide/workdir/frontends/webfront)
[INFO] [stderr]    Compiling httpserver v0.1.0 (/opt/rustwide/workdir/frontends/httpserver)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> snapfaas/src/vm.rs:163:13
[INFO] [stdout]     |
[INFO] [stdout] 163 |             /// Starting label with public secrecy and integrity has app-name
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 164 |             current_label: DCLabel::new(true, [[function_name.clone()]]),
[INFO] [stdout]     |             ------------------------------------------------------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]    --> snapfaas/src/resource_manager.rs:223:21
[INFO] [stdout]     |
[INFO] [stdout] 223 |                     drop(vm); // Just being explicit here, not strictly necessary
[INFO] [stdout]     |                     ^^^^^--^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          argument has type `&mut vm::Vm`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dropping_references)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 223 -                     drop(vm); // Just being explicit here, not strictly necessary
[INFO] [stdout] 223 +                     let _ = vm; // Just being explicit here, not strictly necessary
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.60s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "133804cf403d7568bdd5ac10f2994cd708b8b71f9d9f3e479fb3ca6d9479397b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "133804cf403d7568bdd5ac10f2994cd708b8b71f9d9f3e479fb3ca6d9479397b", kill_on_drop: false }`
[INFO] [stdout] 133804cf403d7568bdd5ac10f2994cd708b8b71f9d9f3e479fb3ca6d9479397b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 02ab1e96c775a7d9646084497ac56995c541320a29c3237a550c9064ea8bdb6b
[INFO] running `Command { std: "docker" "start" "-a" "02ab1e96c775a7d9646084497ac56995c541320a29c3237a550c9064ea8bdb6b", kill_on_drop: false }`
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> snapfaas/src/vm.rs:163:13
[INFO] [stderr]     |
[INFO] [stderr] 163 |             /// Starting label with public secrecy and integrity has app-name
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 164 |             current_label: DCLabel::new(true, [[function_name.clone()]]),
[INFO] [stderr]     |             ------------------------------------------------------------ rustdoc does not generate documentation for expression fields
[INFO] [stderr]     |
[INFO] [stderr]     = help: use `//` for a plain comment
[INFO] [stderr]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stderr]    --> snapfaas/src/resource_manager.rs:223:21
[INFO] [stderr]     |
[INFO] [stderr] 223 |                     drop(vm); // Just being explicit here, not strictly necessary
[INFO] [stderr]     |                     ^^^^^--^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          argument has type `&mut vm::Vm`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dropping_references)]` on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]     |
[INFO] [stderr] 223 -                     drop(vm); // Just being explicit here, not strictly necessary
[INFO] [stderr] 223 +                     let _ = vm; // Just being explicit here, not strictly necessary
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `snapfaas` (lib) generated 2 warnings
[INFO] [stderr] warning: `snapfaas` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/httpserver-d7b1ba4f28800ad0)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/snapfaas-ed89732b3eaba99b)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test labeled_fs::tests::test_storage_create_dir_list_fail ... FAILED
[INFO] [stdout] test labeled_fs::tests::test_storage_create_file_write_read ... FAILED
[INFO] [stdout] test metrics::tests::test_manual_flush ... ok
[INFO] [stdout] test metrics::tests::test_timed_flush ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- labeled_fs::tests::test_storage_create_dir_list_fail stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'labeled_fs::tests::test_storage_create_dir_list_fail' (18) panicked at snapfaas/src/labeled_fs/mod.rs:23:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Other(2)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x614761d7dc42 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x614761d7dc42 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x614761d7dc42 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x614761d7dc42 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x614761d8e58f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x614761d8e58f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x614761d4aad1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x614761d4aad1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x614761d56db2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x614761d5bc4f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x614761d5bae1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x614761c7386e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x614761c7386e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x614761d5c30f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x614761d5c30f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x614761d5c16a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x614761d56ee9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x614761d3ee3d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x614761d96120 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x614761d956a6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x614761c415e8 - core::result::Result<T,E>::unwrap::hd13eaba6174a4281
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x614761c415e8 - <snapfaas::labeled_fs::DBENV as core::ops::deref::Deref>::deref::__static_ref_initialize::h355622ff31ba89ea
[INFO] [stdout]                                at /opt/rustwide/workdir/snapfaas/src/labeled_fs/mod.rs:23:14
[INFO] [stdout]   22:     0x614761c415e8 - core::ops::function::FnOnce::call_once::h69725b30521a0e2c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x614761c367ea - lazy_static::lazy::Lazy<T>::get::{{closure}}::h89cb0517d8e73da4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:31:29
[INFO] [stdout]   24:     0x614761c2fd6d - std::sync::poison::once::Once::call_once::{{closure}}::h59a96ece09552cd0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sync/poison/once.rs:156:41
[INFO] [stdout]   25:     0x614761d51277 - std::sys::sync::once::futex::Once::call::hac6d2e04704088ae
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/sync/once/futex.rs:178:21
[INFO] [stdout]   26:     0x614761c2fcf4 - std::sync::poison::once::Once::call_once::hec779cfb54aff0f9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sync/poison/once.rs:156:20
[INFO] [stdout]   27:     0x614761c43ddf - lazy_static::lazy::Lazy<T>::get::hb7cbaaa224a79789
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   28:     0x614761c43ddf - <snapfaas::labeled_fs::DBENV as core::ops::deref::Deref>::deref::__stability::hda77690c9f8ee334
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   29:     0x614761c43ddf - <snapfaas::labeled_fs::DBENV as core::ops::deref::Deref>::deref::hf47d80e0d55715ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   30:     0x614761c458c2 - snapfaas::labeled_fs::create_common::h9f745932841a54e0
[INFO] [stdout]                                at /opt/rustwide/workdir/snapfaas/src/labeled_fs/mod.rs:174:14
[INFO] [stdout]   31:     0x614761c448f4 - snapfaas::labeled_fs::create_dir::he0635c63a35bd0a6
[INFO] [stdout]                                at /opt/rustwide/workdir/snapfaas/src/labeled_fs/mod.rs:89:5
[INFO] [stdout]   32:     0x614761c346d8 - snapfaas::labeled_fs::tests::test_storage_create_dir_list_fail::h27c782360da0cd86
[INFO] [stdout]                                at /opt/rustwide/workdir/snapfaas/src/labeled_fs/mod.rs:205:17
[INFO] [stdout]   33:     0x614761c35707 - snapfaas::labeled_fs::tests::test_storage_create_dir_list_fail::{{closure}}::h2ede8e26d7352f05
[INFO] [stdout]                                at /opt/rustwide/workdir/snapfaas/src/labeled_fs/mod.rs:201:43
[INFO] [stdout]   34:     0x614761c41ac6 - core::ops::function::FnOnce::call_once::ha7ef312132c3ce43
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   35:     0x614761c7362b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x614761c7362b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   37:     0x614761c89295 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   38:     0x614761c89295 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x614761c89295 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x614761c89295 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x614761c89295 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x614761c89295 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   43:     0x614761c89295 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   44:     0x614761c5fa84 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   45:     0x614761c5fa84 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   46:     0x614761c6334a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   47:     0x614761c6334a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   48:     0x614761c6334a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   49:     0x614761c6334a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   50:     0x614761c6334a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x614761c6334a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   52:     0x614761c6334a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x614761d5204f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   54:     0x614761d5204f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   55:     0x7de25ecdbaa4 - <unknown>
[INFO] [stdout]   56:     0x7de25ed68a34 - clone
[INFO] [stdout]   57:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- labeled_fs::tests::test_storage_create_file_write_read stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'labeled_fs::tests::test_storage_create_file_write_read' (19) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x614761d7dc42 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x614761d7dc42 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x614761d7dc42 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x614761d7dc42 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x614761d8e58f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x614761d8e58f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x614761d4aad1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x614761d4aad1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x614761d56db2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x614761d5bc4f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x614761d5bae1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x614761c7386e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x614761c7386e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x614761d5c30f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x614761d5c30f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x614761d5c136 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x614761d56ee9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x614761d3ee3d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x614761d96120 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x614761d51386 - std::sys::sync::once::futex::Once::call::hac6d2e04704088ae
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/sync/once/futex.rs:150:21
[INFO] [stdout]   20:     0x614761c2fcf4 - std::sync::poison::once::Once::call_once::hec779cfb54aff0f9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sync/poison/once.rs:156:20
[INFO] [stdout]   21:     0x614761c43ddf - lazy_static::lazy::Lazy<T>::get::hb7cbaaa224a79789
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x614761c43ddf - <snapfaas::labeled_fs::DBENV as core::ops::deref::Deref>::deref::__stability::hda77690c9f8ee334
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x614761c43ddf - <snapfaas::labeled_fs::DBENV as core::ops::deref::Deref>::deref::hf47d80e0d55715ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x614761c458c2 - snapfaas::labeled_fs::create_common::h9f745932841a54e0
[INFO] [stdout]                                at /opt/rustwide/workdir/snapfaas/src/labeled_fs/mod.rs:174:14
[INFO] [stdout]   25:     0x614761c448f4 - snapfaas::labeled_fs::create_dir::he0635c63a35bd0a6
[INFO] [stdout]                                at /opt/rustwide/workdir/snapfaas/src/labeled_fs/mod.rs:89:5
[INFO] [stdout]   26:     0x614761c3582c - snapfaas::labeled_fs::tests::test_storage_create_file_write_read::h1d8ba58dae0ba5b2
[INFO] [stdout]                                at /opt/rustwide/workdir/snapfaas/src/labeled_fs/mod.rs:247:17
[INFO] [stdout]   27:     0x614761c36317 - snapfaas::labeled_fs::tests::test_storage_create_file_write_read::{{closure}}::h5c62b27a4929fe57
[INFO] [stdout]                                at /opt/rustwide/workdir/snapfaas/src/labeled_fs/mod.rs:243:45
[INFO] [stdout]   28:     0x614761c41406 - core::ops::function::FnOnce::call_once::h0af0e258db8d4169
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x614761c7362b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x614761c7362b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   31:     0x614761c89295 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   32:     0x614761c89295 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x614761c89295 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x614761c89295 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   35:     0x614761c89295 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x614761c89295 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   37:     0x614761c89295 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   38:     0x614761c5fa84 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   39:     0x614761c5fa84 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   40:     0x614761c6334a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   41:     0x614761c6334a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x614761c6334a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   43:     0x614761c6334a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   44:     0x614761c6334a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x614761c6334a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   46:     0x614761c6334a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x614761d5204f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   48:     0x614761d5204f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   49:     0x7de25ecdbaa4 - <unknown>
[INFO] [stdout]   50:     0x7de25ed68a34 - clone
[INFO] [stdout]   51:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     labeled_fs::tests::test_storage_create_dir_list_fail
[INFO] [stdout]     labeled_fs::tests::test_storage_create_file_write_read
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.00s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p snapfaas --lib`
[INFO] running `Command { std: "docker" "inspect" "02ab1e96c775a7d9646084497ac56995c541320a29c3237a550c9064ea8bdb6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02ab1e96c775a7d9646084497ac56995c541320a29c3237a550c9064ea8bdb6b", kill_on_drop: false }`
[INFO] [stdout] 02ab1e96c775a7d9646084497ac56995c541320a29c3237a550c9064ea8bdb6b
