[INFO] fetching crate thorin 0.1.0... [INFO] testing thorin-0.1.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate thorin 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate thorin 0.1.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate thorin 0.1.0 [INFO] finished tweaking crates.io crate thorin 0.1.0 [INFO] tweaked toml for crates.io crate thorin 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fallible-iterator v0.1.6 [INFO] [stderr] Downloaded parity-wasm v0.35.7 [INFO] [stderr] Downloaded goblin v0.0.19 [INFO] [stderr] Downloaded object v0.11.0 [INFO] [stderr] Downloaded gimli v0.17.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f98b54e1a9908311915b2d388e149851fb1ce7e95ac62d61782e2b9f440c3e23 [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" "f98b54e1a9908311915b2d388e149851fb1ce7e95ac62d61782e2b9f440c3e23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f98b54e1a9908311915b2d388e149851fb1ce7e95ac62d61782e2b9f440c3e23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f98b54e1a9908311915b2d388e149851fb1ce7e95ac62d61782e2b9f440c3e23", kill_on_drop: false }` [INFO] [stdout] f98b54e1a9908311915b2d388e149851fb1ce7e95ac62d61782e2b9f440c3e23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a2cd648e06f121e640abdfb67687a6859ac379dc414457281142fb25d988e7d0 [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" "a2cd648e06f121e640abdfb67687a6859ac379dc414457281142fb25d988e7d0", kill_on_drop: false }` [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling fallible-iterator v0.1.6 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling text_io v0.1.10 [INFO] [stderr] Compiling parity-wasm v0.35.7 [INFO] [stderr] Compiling thorin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling scroll v0.9.2 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Compiling gimli v0.17.0 [INFO] [stderr] warning: src/thorin.c: In function 'read_addr': [INFO] [stderr] warning: src/thorin.c:286:34: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 286 | for (j = 1, errno = 0; j < sizeof(long); j++, errno = 0) { [INFO] [stderr] warning: | ^ [INFO] [stderr] Compiling goblin v0.0.19 [INFO] [stderr] Compiling object v0.11.0 [INFO] [stdout] warning: unused import: `std::path::Path` [INFO] [stdout] --> src/main.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:399:14 [INFO] [stdout] | [INFO] [stdout] 399 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 415 | let debug_info = load_section!(DebugInfo, s_debug_info); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `load_section` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:399:14 [INFO] [stdout] | [INFO] [stdout] 399 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 416 | let debug_abbrev = load_section!(DebugAbbrev, s_debug_abbrev); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `load_section` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:399:14 [INFO] [stdout] | [INFO] [stdout] 399 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 417 | let debug_line = load_section!(DebugLine, s_debug_line); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `load_section` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:399:14 [INFO] [stdout] | [INFO] [stdout] 399 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 418 | let debug_str = load_section!(DebugStr, s_debug_str); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `load_section` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:364:9 [INFO] [stdout] | [INFO] [stdout] 364 | let mut dsym_path = exec_path.clone(); [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.30s [INFO] running `Command { std: "docker" "inspect" "a2cd648e06f121e640abdfb67687a6859ac379dc414457281142fb25d988e7d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2cd648e06f121e640abdfb67687a6859ac379dc414457281142fb25d988e7d0", kill_on_drop: false }` [INFO] [stdout] a2cd648e06f121e640abdfb67687a6859ac379dc414457281142fb25d988e7d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "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] 3b37b2a9b7013c22018b531ed4ae6ab5050999216d2838900efd092414812ec6 [INFO] running `Command { std: "docker" "start" "-a" "3b37b2a9b7013c22018b531ed4ae6ab5050999216d2838900efd092414812ec6", kill_on_drop: false }` [INFO] [stderr] warning: src/thorin.c: In function 'read_addr': [INFO] [stderr] warning: src/thorin.c:286:34: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 286 | for (j = 1, errno = 0; j < sizeof(long); j++, errno = 0) { [INFO] [stderr] warning: | ^ [INFO] [stderr] Compiling thorin v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::path::Path` [INFO] [stdout] --> src/main.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:399:14 [INFO] [stdout] | [INFO] [stdout] 399 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 415 | let debug_info = load_section!(DebugInfo, s_debug_info); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `load_section` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:399:14 [INFO] [stdout] | [INFO] [stdout] 399 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 416 | let debug_abbrev = load_section!(DebugAbbrev, s_debug_abbrev); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `load_section` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:399:14 [INFO] [stdout] | [INFO] [stdout] 399 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 417 | let debug_line = load_section!(DebugLine, s_debug_line); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `load_section` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:399:14 [INFO] [stdout] | [INFO] [stdout] 399 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 418 | let debug_str = load_section!(DebugStr, s_debug_str); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `load_section` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:364:9 [INFO] [stdout] | [INFO] [stdout] 364 | let mut dsym_path = exec_path.clone(); [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.30s [INFO] running `Command { std: "docker" "inspect" "3b37b2a9b7013c22018b531ed4ae6ab5050999216d2838900efd092414812ec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b37b2a9b7013c22018b531ed4ae6ab5050999216d2838900efd092414812ec6", kill_on_drop: false }` [INFO] [stdout] 3b37b2a9b7013c22018b531ed4ae6ab5050999216d2838900efd092414812ec6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c1bd0a68594cc4f7450e321e2dcbef859c0686c29a60c6eeabf22096b9267eb6 [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" "c1bd0a68594cc4f7450e321e2dcbef859c0686c29a60c6eeabf22096b9267eb6", kill_on_drop: false }` [INFO] [stderr] warning: src/thorin.c: In function 'read_addr': [INFO] [stderr] warning: src/thorin.c:286:34: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 286 | for (j = 1, errno = 0; j < sizeof(long); j++, errno = 0) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: unused import: `std::path::Path` [INFO] [stderr] --> src/main.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use std::path::Path; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:399:14 [INFO] [stderr] | [INFO] [stderr] 399 | ); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 415 | let debug_info = load_section!(DebugInfo, s_debug_info); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `load_section` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:399:14 [INFO] [stderr] | [INFO] [stderr] 399 | ); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 416 | let debug_abbrev = load_section!(DebugAbbrev, s_debug_abbrev); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `load_section` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:399:14 [INFO] [stderr] | [INFO] [stderr] 399 | ); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 417 | let debug_line = load_section!(DebugLine, s_debug_line); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `load_section` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:399:14 [INFO] [stderr] | [INFO] [stderr] 399 | ); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 418 | let debug_str = load_section!(DebugStr, s_debug_str); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `load_section` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:364:9 [INFO] [stderr] | [INFO] [stderr] 364 | let mut dsym_path = exec_path.clone(); [INFO] [stderr] | ----^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `thorin` (bin "thorin" test) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/thorin-98e8a9e348f2c211) [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] running `Command { std: "docker" "inspect" "c1bd0a68594cc4f7450e321e2dcbef859c0686c29a60c6eeabf22096b9267eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1bd0a68594cc4f7450e321e2dcbef859c0686c29a60c6eeabf22096b9267eb6", kill_on_drop: false }` [INFO] [stdout] c1bd0a68594cc4f7450e321e2dcbef859c0686c29a60c6eeabf22096b9267eb6