[INFO] cloning repository https://github.com/IgaguriMK/rust-calculator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/IgaguriMK/rust-calculator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIgaguriMK%2Frust-calculator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIgaguriMK%2Frust-calculator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cdf4c0c9ee9c412039ef2d1930545450592dac68 [INFO] checking IgaguriMK/rust-calculator against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIgaguriMK%2Frust-calculator" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/IgaguriMK/rust-calculator on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/IgaguriMK/rust-calculator [INFO] finished tweaking git repo https://github.com/IgaguriMK/rust-calculator [INFO] tweaked toml for git repo https://github.com/IgaguriMK/rust-calculator written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/IgaguriMK/rust-calculator already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c97beed8d48ecb56e0fbfa97346ff1e4cd9d9f6f1e17ec1c69a230b6ecb4fc8 [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" "5c97beed8d48ecb56e0fbfa97346ff1e4cd9d9f6f1e17ec1c69a230b6ecb4fc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c97beed8d48ecb56e0fbfa97346ff1e4cd9d9f6f1e17ec1c69a230b6ecb4fc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c97beed8d48ecb56e0fbfa97346ff1e4cd9d9f6f1e17ec1c69a230b6ecb4fc8", kill_on_drop: false }` [INFO] [stdout] 5c97beed8d48ecb56e0fbfa97346ff1e4cd9d9f6f1e17ec1c69a230b6ecb4fc8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec7562e598096cf808f6853886eb505b3695332ae189c7bd67320f5b47012ce9 [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" "ec7562e598096cf808f6853886eb505b3695332ae189c7bd67320f5b47012ce9", kill_on_drop: false }` [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking libc v0.2.30 [INFO] [stderr] Checking utf8-ranges v1.0.0 [INFO] [stderr] Checking regex-syntax v0.4.1 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking thread_local v0.3.4 [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking aho-corasick v0.6.3 [INFO] [stderr] Checking regex v0.2.2 [INFO] [stderr] Checking rcalc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/expression/error.rs:65:32 [INFO] [stdout] | [INFO] [stdout] 65 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/expression/token/error.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/execute/error.rs:43:32 [INFO] [stdout] | [INFO] [stdout] 43 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/expression/error.rs:65:32 [INFO] [stdout] | [INFO] [stdout] 65 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/expression/token/error.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/execute/error.rs:43:32 [INFO] [stdout] | [INFO] [stdout] 43 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/expression/token/mod.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / lazy_static! { [INFO] [stdout] 58 | | static ref REG_SPACE: Regex = { [INFO] [stdout] 59 | | Regex::new(r"^[ \t]+").unwrap() [INFO] [stdout] 60 | | }; [INFO] [stdout] ... | [INFO] [stdout] 100 | | }; [INFO] [stdout] 101 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:34:43 [INFO] [stdout] | [INFO] [stdout] 34 | CalcError::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:35:46 [INFO] [stdout] | [INFO] [stdout] 35 | CalcError::Token(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:36:46 [INFO] [stdout] | [INFO] [stdout] 36 | CalcError::Parse(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:37:48 [INFO] [stdout] | [INFO] [stdout] 37 | CalcError::Execute(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:34:43 [INFO] [stdout] | [INFO] [stdout] 34 | CalcError::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:35:46 [INFO] [stdout] | [INFO] [stdout] 35 | CalcError::Token(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:36:46 [INFO] [stdout] | [INFO] [stdout] 36 | CalcError::Parse(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:37:48 [INFO] [stdout] | [INFO] [stdout] 37 | CalcError::Execute(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.46s [INFO] running `Command { std: "docker" "inspect" "ec7562e598096cf808f6853886eb505b3695332ae189c7bd67320f5b47012ce9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec7562e598096cf808f6853886eb505b3695332ae189c7bd67320f5b47012ce9", kill_on_drop: false }` [INFO] [stdout] ec7562e598096cf808f6853886eb505b3695332ae189c7bd67320f5b47012ce9