[INFO] cloning repository https://github.com/fanzeyi/xatu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fanzeyi/xatu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffanzeyi%2Fxatu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffanzeyi%2Fxatu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ae5a96372a631c708fbafe36a6b7911385d02990 [INFO] testing fanzeyi/xatu against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffanzeyi%2Fxatu" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fanzeyi/xatu on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fanzeyi/xatu [INFO] finished tweaking git repo https://github.com/fanzeyi/xatu [INFO] tweaked toml for git repo https://github.com/fanzeyi/xatu written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/fanzeyi/xatu already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3b9d58e9e2145df80b714dc3fb83d147444705f6ef40c082894125c74d519276 [INFO] running `Command { std: "docker" "start" "-a" "3b9d58e9e2145df80b714dc3fb83d147444705f6ef40c082894125c74d519276", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b9d58e9e2145df80b714dc3fb83d147444705f6ef40c082894125c74d519276", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b9d58e9e2145df80b714dc3fb83d147444705f6ef40c082894125c74d519276", kill_on_drop: false }` [INFO] [stdout] 3b9d58e9e2145df80b714dc3fb83d147444705f6ef40c082894125c74d519276 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b6d04996b4023e70e689ea11366713c5fb0f0413ec252f5fe3a9e14a221e9e4 [INFO] running `Command { std: "docker" "start" "-a" "8b6d04996b4023e70e689ea11366713c5fb0f0413ec252f5fe3a9e14a221e9e4", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.0.1 [INFO] [stderr] Compiling xatu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/token/lexer.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 110 | b'0'...b'9' => TokenType::INT, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/token/lexer.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / lazy_static! { [INFO] [stdout] 21 | | static ref IDENTIFIER: Vec = combine!(b'a'..=b'z', b'A'..=b'Z', b'_'..=b'_'); [INFO] [stdout] 22 | | static ref INTEGERS: Vec = (b'0'..=b'9').collect(); [INFO] [stdout] 23 | | static ref KEYWORDS: Vec<&'static str> = vec!["let", "fn"]; [INFO] [stdout] 24 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/token/lexer.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / lazy_static! { [INFO] [stdout] 21 | | static ref IDENTIFIER: Vec = combine!(b'a'..=b'z', b'A'..=b'Z', b'_'..=b'_'); [INFO] [stdout] 22 | | static ref INTEGERS: Vec = (b'0'..=b'9').collect(); [INFO] [stdout] 23 | | static ref KEYWORDS: Vec<&'static str> = vec!["let", "fn"]; [INFO] [stdout] 24 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/token/lexer.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / lazy_static! { [INFO] [stdout] 21 | | static ref IDENTIFIER: Vec = combine!(b'a'..=b'z', b'A'..=b'Z', b'_'..=b'_'); [INFO] [stdout] 22 | | static ref INTEGERS: Vec = (b'0'..=b'9').collect(); [INFO] [stdout] 23 | | static ref KEYWORDS: Vec<&'static str> = vec!["let", "fn"]; [INFO] [stdout] 24 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.47s [INFO] running `Command { std: "docker" "inspect" "8b6d04996b4023e70e689ea11366713c5fb0f0413ec252f5fe3a9e14a221e9e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b6d04996b4023e70e689ea11366713c5fb0f0413ec252f5fe3a9e14a221e9e4", kill_on_drop: false }` [INFO] [stdout] 8b6d04996b4023e70e689ea11366713c5fb0f0413ec252f5fe3a9e14a221e9e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef76464cb23cd0403544ada67c288cdaa3bb20675c168612cc7f52dcdee9121b [INFO] running `Command { std: "docker" "start" "-a" "ef76464cb23cd0403544ada67c288cdaa3bb20675c168612cc7f52dcdee9121b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/token/lexer.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 110 | b'0'...b'9' => TokenType::INT, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/token/lexer.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / lazy_static! { [INFO] [stdout] 21 | | static ref IDENTIFIER: Vec = combine!(b'a'..=b'z', b'A'..=b'Z', b'_'..=b'_'); [INFO] [stdout] 22 | | static ref INTEGERS: Vec = (b'0'..=b'9').collect(); [INFO] [stdout] 23 | | static ref KEYWORDS: Vec<&'static str> = vec!["let", "fn"]; [INFO] [stdout] 24 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/token/lexer.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / lazy_static! { [INFO] [stdout] 21 | | static ref IDENTIFIER: Vec = combine!(b'a'..=b'z', b'A'..=b'Z', b'_'..=b'_'); [INFO] [stdout] 22 | | static ref INTEGERS: Vec = (b'0'..=b'9').collect(); [INFO] [stdout] 23 | | static ref KEYWORDS: Vec<&'static str> = vec!["let", "fn"]; [INFO] [stdout] 24 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/token/lexer.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / lazy_static! { [INFO] [stdout] 21 | | static ref IDENTIFIER: Vec = combine!(b'a'..=b'z', b'A'..=b'Z', b'_'..=b'_'); [INFO] [stdout] 22 | | static ref INTEGERS: Vec = (b'0'..=b'9').collect(); [INFO] [stdout] 23 | | static ref KEYWORDS: Vec<&'static str> = vec!["let", "fn"]; [INFO] [stdout] 24 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling xatu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/token/lexer.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 110 | b'0'...b'9' => TokenType::INT, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/token/lexer.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / lazy_static! { [INFO] [stdout] 21 | | static ref IDENTIFIER: Vec = combine!(b'a'..=b'z', b'A'..=b'Z', b'_'..=b'_'); [INFO] [stdout] 22 | | static ref INTEGERS: Vec = (b'0'..=b'9').collect(); [INFO] [stdout] 23 | | static ref KEYWORDS: Vec<&'static str> = vec!["let", "fn"]; [INFO] [stdout] 24 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/token/lexer.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / lazy_static! { [INFO] [stdout] 21 | | static ref IDENTIFIER: Vec = combine!(b'a'..=b'z', b'A'..=b'Z', b'_'..=b'_'); [INFO] [stdout] 22 | | static ref INTEGERS: Vec = (b'0'..=b'9').collect(); [INFO] [stdout] 23 | | static ref KEYWORDS: Vec<&'static str> = vec!["let", "fn"]; [INFO] [stdout] 24 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/token/lexer.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / lazy_static! { [INFO] [stdout] 21 | | static ref IDENTIFIER: Vec = combine!(b'a'..=b'z', b'A'..=b'Z', b'_'..=b'_'); [INFO] [stdout] 22 | | static ref INTEGERS: Vec = (b'0'..=b'9').collect(); [INFO] [stdout] 23 | | static ref KEYWORDS: Vec<&'static str> = vec!["let", "fn"]; [INFO] [stdout] 24 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4m 27s [INFO] running `Command { std: "docker" "inspect" "ef76464cb23cd0403544ada67c288cdaa3bb20675c168612cc7f52dcdee9121b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef76464cb23cd0403544ada67c288cdaa3bb20675c168612cc7f52dcdee9121b", kill_on_drop: false }` [INFO] [stdout] ef76464cb23cd0403544ada67c288cdaa3bb20675c168612cc7f52dcdee9121b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f3f5f7ac2d52694d3df20a656bddbd8133a2930f09ceaa911884bce2e661c24c [INFO] running `Command { std: "docker" "start" "-a" "f3f5f7ac2d52694d3df20a656bddbd8133a2930f09ceaa911884bce2e661c24c", kill_on_drop: false }` [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/token/lexer.rs:110:17 [INFO] [stderr] | [INFO] [stderr] 110 | b'0'...b'9' => TokenType::INT, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/token/lexer.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref IDENTIFIER: Vec = combine!(b'a'..=b'z', b'A'..=b'Z', b'_'..=b'_'); [INFO] [stderr] 22 | | static ref INTEGERS: Vec = (b'0'..=b'9').collect(); [INFO] [stderr] 23 | | static ref KEYWORDS: Vec<&'static str> = vec!["let", "fn"]; [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/token/lexer.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref IDENTIFIER: Vec = combine!(b'a'..=b'z', b'A'..=b'Z', b'_'..=b'_'); [INFO] [stderr] 22 | | static ref INTEGERS: Vec = (b'0'..=b'9').collect(); [INFO] [stderr] 23 | | static ref KEYWORDS: Vec<&'static str> = vec!["let", "fn"]; [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `xatu` (lib) generated 4 warnings (1 duplicate) [INFO] [stderr] warning: `xatu` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/xatu-5197b0685ef619f3) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test token::lexer::tests::test_next_token ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/xatu-1c7b59a2ae422153) [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 xatu [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/token/lexer.rs:110:17 [INFO] [stderr] | [INFO] [stderr] 110 | b'0'...b'9' => TokenType::INT, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [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" "f3f5f7ac2d52694d3df20a656bddbd8133a2930f09ceaa911884bce2e661c24c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3f5f7ac2d52694d3df20a656bddbd8133a2930f09ceaa911884bce2e661c24c", kill_on_drop: false }` [INFO] [stdout] f3f5f7ac2d52694d3df20a656bddbd8133a2930f09ceaa911884bce2e661c24c