[INFO] fetching crate reustmann 0.2.1... [INFO] testing reustmann-0.2.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate reustmann 0.2.1 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate reustmann 0.2.1 [INFO] finished tweaking crates.io crate reustmann 0.2.1 [INFO] tweaked toml for crates.io crate reustmann 0.2.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate reustmann 0.2.1 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate reustmann 0.2.1 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 279519af90ea32b5da64ce6c37fc7fe0919c130b097f484de151393cb7ba1f77 [INFO] running `Command { std: "docker" "start" "-a" "279519af90ea32b5da64ce6c37fc7fe0919c130b097f484de151393cb7ba1f77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "279519af90ea32b5da64ce6c37fc7fe0919c130b097f484de151393cb7ba1f77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "279519af90ea32b5da64ce6c37fc7fe0919c130b097f484de151393cb7ba1f77", kill_on_drop: false }` [INFO] [stdout] 279519af90ea32b5da64ce6c37fc7fe0919c130b097f484de151393cb7ba1f77 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61f1774150976c99db10ed4cc1e8ee29458d9988021ba4c6aaef630c122598cd [INFO] running `Command { std: "docker" "start" "-a" "61f1774150976c99db10ed4cc1e8ee29458d9988021ba4c6aaef630c122598cd", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling encode_unicode v0.1.3 [INFO] [stderr] Compiling colorify v0.2.3 [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling rustyline v0.2.3 [INFO] [stderr] Compiling reustmann v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `trunc` is never used [INFO] [stdout] --> src/interpreter.rs:121:8 [INFO] [stdout] | [INFO] [stdout] 37 | impl Interpreter { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 121 | fn trunc(&self, val: u8) -> u8 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead [INFO] [stdout] --> src/bin/reustmann/command.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / named!( [INFO] [stdout] 56 | | set_interpreter, [INFO] [stdout] 57 | | chain!( [INFO] [stdout] 58 | | alt_complete!(tag!("set_interpreter") | tag!("interpreter") | tag!("setint")) ~ [INFO] [stdout] ... | [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead [INFO] [stdout] --> src/bin/reustmann/command.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / named!( [INFO] [stdout] 77 | | copy, [INFO] [stdout] 78 | | chain!( [INFO] [stdout] 79 | | alt_complete!(tag!("load") | tag!("copy")) ~ [INFO] [stdout] ... | [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead [INFO] [stdout] --> src/bin/reustmann/command.rs:96:1 [INFO] [stdout] | [INFO] [stdout] 96 | / named!( [INFO] [stdout] 97 | | step, [INFO] [stdout] 98 | | chain!( [INFO] [stdout] 99 | | alt_complete!(tag!("step") | tag!("next") | tag!("s") | tag!("n")) ~ [INFO] [stdout] ... | [INFO] [stdout] 103 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead [INFO] [stdout] --> src/bin/reustmann/command.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | / named!(literal_string, [INFO] [stdout] 135 | | chain!( [INFO] [stdout] 136 | | c: alt_complete!( [INFO] [stdout] 137 | | double_quote | [INFO] [stdout] ... | [INFO] [stdout] 143 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SinkDebug` is never constructed [INFO] [stdout] --> src/bin/reustmann/sink_debug.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct SinkDebug(Sink); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `sink_debug` is never used [INFO] [stdout] --> src/bin/reustmann/sink_debug.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn sink_debug() -> SinkDebug { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.4.0, nom v2.2.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "61f1774150976c99db10ed4cc1e8ee29458d9988021ba4c6aaef630c122598cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61f1774150976c99db10ed4cc1e8ee29458d9988021ba4c6aaef630c122598cd", kill_on_drop: false }` [INFO] [stdout] 61f1774150976c99db10ed4cc1e8ee29458d9988021ba4c6aaef630c122598cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92ed2947cb84c108e50fd3ac65e379deb638f06f323166ba65e0dac24848dab8 [INFO] running `Command { std: "docker" "start" "-a" "92ed2947cb84c108e50fd3ac65e379deb638f06f323166ba65e0dac24848dab8", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: method `trunc` is never used [INFO] [stdout] --> src/interpreter.rs:121:8 [INFO] [stdout] | [INFO] [stdout] 37 | impl Interpreter { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 121 | fn trunc(&self, val: u8) -> u8 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling reustmann v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead [INFO] [stdout] --> src/bin/reustmann/command.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / named!( [INFO] [stdout] 56 | | set_interpreter, [INFO] [stdout] 57 | | chain!( [INFO] [stdout] 58 | | alt_complete!(tag!("set_interpreter") | tag!("interpreter") | tag!("setint")) ~ [INFO] [stdout] ... | [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead [INFO] [stdout] --> src/bin/reustmann/command.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / named!( [INFO] [stdout] 77 | | copy, [INFO] [stdout] 78 | | chain!( [INFO] [stdout] 79 | | alt_complete!(tag!("load") | tag!("copy")) ~ [INFO] [stdout] ... | [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead [INFO] [stdout] --> src/bin/reustmann/command.rs:96:1 [INFO] [stdout] | [INFO] [stdout] 96 | / named!( [INFO] [stdout] 97 | | step, [INFO] [stdout] 98 | | chain!( [INFO] [stdout] 99 | | alt_complete!(tag!("step") | tag!("next") | tag!("s") | tag!("n")) ~ [INFO] [stdout] ... | [INFO] [stdout] 103 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead [INFO] [stdout] --> src/bin/reustmann/command.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | / named!(literal_string, [INFO] [stdout] 135 | | chain!( [INFO] [stdout] 136 | | c: alt_complete!( [INFO] [stdout] 137 | | double_quote | [INFO] [stdout] ... | [INFO] [stdout] 143 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `trunc` is never used [INFO] [stdout] --> src/interpreter.rs:121:8 [INFO] [stdout] | [INFO] [stdout] 37 | impl Interpreter { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 121 | fn trunc(&self, val: u8) -> u8 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SinkDebug` is never constructed [INFO] [stdout] --> src/bin/reustmann/sink_debug.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct SinkDebug(Sink); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `sink_debug` is never used [INFO] [stdout] --> src/bin/reustmann/sink_debug.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn sink_debug() -> SinkDebug { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.68s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.4.0, nom v2.2.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "92ed2947cb84c108e50fd3ac65e379deb638f06f323166ba65e0dac24848dab8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92ed2947cb84c108e50fd3ac65e379deb638f06f323166ba65e0dac24848dab8", kill_on_drop: false }` [INFO] [stdout] 92ed2947cb84c108e50fd3ac65e379deb638f06f323166ba65e0dac24848dab8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7a3ad5e5f3dca0a966506d71d0a8b28517f1669665e9eaa51ef70ad4cac829e7 [INFO] running `Command { std: "docker" "start" "-a" "7a3ad5e5f3dca0a966506d71d0a8b28517f1669665e9eaa51ef70ad4cac829e7", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: method `trunc` is never used [INFO] [stderr] --> src/interpreter.rs:121:8 [INFO] [stderr] | [INFO] [stderr] 37 | impl Interpreter { [INFO] [stderr] | ---------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 121 | fn trunc(&self, val: u8) -> u8 { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `reustmann` (lib) generated 1 warning [INFO] [stderr] warning: `reustmann` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead [INFO] [stderr] --> src/bin/reustmann/command.rs:55:1 [INFO] [stderr] | [INFO] [stderr] 55 | / named!( [INFO] [stderr] 56 | | set_interpreter, [INFO] [stderr] 57 | | chain!( [INFO] [stderr] 58 | | alt_complete!(tag!("set_interpreter") | tag!("interpreter") | tag!("setint")) ~ [INFO] [stderr] ... | [INFO] [stderr] 66 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead [INFO] [stderr] --> src/bin/reustmann/command.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | / named!( [INFO] [stderr] 77 | | copy, [INFO] [stderr] 78 | | chain!( [INFO] [stderr] 79 | | alt_complete!(tag!("load") | tag!("copy")) ~ [INFO] [stderr] ... | [INFO] [stderr] 86 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead [INFO] [stderr] --> src/bin/reustmann/command.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / named!( [INFO] [stderr] 97 | | step, [INFO] [stderr] 98 | | chain!( [INFO] [stderr] 99 | | alt_complete!(tag!("step") | tag!("next") | tag!("s") | tag!("n")) ~ [INFO] [stderr] ... | [INFO] [stderr] 103 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead [INFO] [stderr] --> src/bin/reustmann/command.rs:134:1 [INFO] [stderr] | [INFO] [stderr] 134 | / named!(literal_string, [INFO] [stderr] 135 | | chain!( [INFO] [stderr] 136 | | c: alt_complete!( [INFO] [stderr] 137 | | double_quote | [INFO] [stderr] ... | [INFO] [stderr] 143 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: struct `SinkDebug` is never constructed [INFO] [stderr] --> src/bin/reustmann/sink_debug.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct SinkDebug(Sink); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: function `sink_debug` is never used [INFO] [stderr] --> src/bin/reustmann/sink_debug.rs:12:8 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn sink_debug() -> SinkDebug { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `reustmann` (bin "reustmann" test) generated 6 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.4.0, nom v2.2.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/reustmann-65995eb2f90bb10e) [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/bin/reustmann/main.rs (/opt/rustwide/target/debug/deps/reustmann-1ecd050b7b4bda25) [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] Doc-tests reustmann [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] running `Command { std: "docker" "inspect" "7a3ad5e5f3dca0a966506d71d0a8b28517f1669665e9eaa51ef70ad4cac829e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a3ad5e5f3dca0a966506d71d0a8b28517f1669665e9eaa51ef70ad4cac829e7", kill_on_drop: false }` [INFO] [stdout] 7a3ad5e5f3dca0a966506d71d0a8b28517f1669665e9eaa51ef70ad4cac829e7