[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 beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffanzeyi%2Fxatu" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fanzeyi/xatu 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 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-0/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" "+beta-2022-02-22" "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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f33a15182fa46a0a5ae6f88a9fa5afa7633665e483de92bdf6e78c2f7415c2f4 [INFO] running `Command { std: "docker" "start" "-a" "f33a15182fa46a0a5ae6f88a9fa5afa7633665e483de92bdf6e78c2f7415c2f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f33a15182fa46a0a5ae6f88a9fa5afa7633665e483de92bdf6e78c2f7415c2f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f33a15182fa46a0a5ae6f88a9fa5afa7633665e483de92bdf6e78c2f7415c2f4", kill_on_drop: false }` [INFO] [stdout] f33a15182fa46a0a5ae6f88a9fa5afa7633665e483de92bdf6e78c2f7415c2f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] e79cb2a42d49f3d2507a72028dbef63c8d2154707be9e63b0d7b3dab7d09ddbe [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" "e79cb2a42d49f3d2507a72028dbef63c8d2154707be9e63b0d7b3dab7d09ddbe", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 6.70s [INFO] running `Command { std: "docker" "inspect" "e79cb2a42d49f3d2507a72028dbef63c8d2154707be9e63b0d7b3dab7d09ddbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e79cb2a42d49f3d2507a72028dbef63c8d2154707be9e63b0d7b3dab7d09ddbe", kill_on_drop: false }` [INFO] [stdout] e79cb2a42d49f3d2507a72028dbef63c8d2154707be9e63b0d7b3dab7d09ddbe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stdout] a806f62272ba78462427d756177e8c4db05718b65f326fe207a290da4fb1b8ad [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" "a806f62272ba78462427d756177e8c4db05718b65f326fe207a290da4fb1b8ad", kill_on_drop: false }` [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] [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 1.64s [INFO] running `Command { std: "docker" "inspect" "a806f62272ba78462427d756177e8c4db05718b65f326fe207a290da4fb1b8ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a806f62272ba78462427d756177e8c4db05718b65f326fe207a290da4fb1b8ad", kill_on_drop: false }` [INFO] [stdout] a806f62272ba78462427d756177e8c4db05718b65f326fe207a290da4fb1b8ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 625e0a75922b396e8c1c7086738d622d3177fdeed73d29f92da65c7706adc424 [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" "625e0a75922b396e8c1c7086738d622d3177fdeed73d29f92da65c7706adc424", 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.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/xatu-0ea72c58f99e655b) [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-f8ea12afb403d428) [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" "625e0a75922b396e8c1c7086738d622d3177fdeed73d29f92da65c7706adc424", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "625e0a75922b396e8c1c7086738d622d3177fdeed73d29f92da65c7706adc424", kill_on_drop: false }` [INFO] [stdout] 625e0a75922b396e8c1c7086738d622d3177fdeed73d29f92da65c7706adc424