[INFO] fetching crate databind 0.7.1... [INFO] testing databind-0.7.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate databind 0.7.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate databind 0.7.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate databind 0.7.1 [INFO] finished tweaking crates.io crate databind 0.7.1 [INFO] tweaked toml for crates.io crate databind 0.7.1 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate databind 0.7.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93f48f8ee13207d0abbe889525fc2980846f1f0ea04e53c3cbb9f7fa36a4b8c1 [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" "93f48f8ee13207d0abbe889525fc2980846f1f0ea04e53c3cbb9f7fa36a4b8c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93f48f8ee13207d0abbe889525fc2980846f1f0ea04e53c3cbb9f7fa36a4b8c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93f48f8ee13207d0abbe889525fc2980846f1f0ea04e53c3cbb9f7fa36a4b8c1", kill_on_drop: false }` [INFO] [stdout] 93f48f8ee13207d0abbe889525fc2980846f1f0ea04e53c3cbb9f7fa36a4b8c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca89937d466f6f6b13b383db77587c4aa4709970030e52da5136c6ad35c935e1 [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" "ca89937d466f6f6b13b383db77587c4aa4709970030e52da5136c6ad35c935e1", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling databind v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 130 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 150 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 154 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 197 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 204 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 218 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 246 | Token::NonDatabind(string) => current_file!().push_str(string), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 247 | Token::NewLine => current_file!().push('\n'), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.38s [INFO] running `Command { std: "docker" "inspect" "ca89937d466f6f6b13b383db77587c4aa4709970030e52da5136c6ad35c935e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca89937d466f6f6b13b383db77587c4aa4709970030e52da5136c6ad35c935e1", kill_on_drop: false }` [INFO] [stdout] ca89937d466f6f6b13b383db77587c4aa4709970030e52da5136c6ad35c935e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cc95704f614d51f216b9e96527150d507f196febd0857a720f30f254c1af42d3 [INFO] running `Command { std: "docker" "start" "-a" "cc95704f614d51f216b9e96527150d507f196febd0857a720f30f254c1af42d3", kill_on_drop: false }` [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 130 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 150 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 154 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 197 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 204 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 218 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 246 | Token::NonDatabind(string) => current_file!().push_str(string), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 247 | Token::NewLine => current_file!().push('\n'), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling databind v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 130 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 150 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 154 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 197 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 204 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 218 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | current_file!().push_str(&to_add[..]); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 246 | Token::NonDatabind(string) => current_file!().push_str(string), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/compiler/compile.rs:95:77 [INFO] [stdout] | [INFO] [stdout] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 247 | Token::NewLine => current_file!().push('\n'), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.23s [INFO] [stderr] Executable unittests src/lib/lib.rs (/opt/rustwide/target/debug/deps/databind-219596b07054478c) [INFO] [stderr] Executable unittests src/cli/main.rs (/opt/rustwide/target/debug/deps/databind-84dec2c8abd04476) [INFO] running `Command { std: "docker" "inspect" "cc95704f614d51f216b9e96527150d507f196febd0857a720f30f254c1af42d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc95704f614d51f216b9e96527150d507f196febd0857a720f30f254c1af42d3", kill_on_drop: false }` [INFO] [stdout] cc95704f614d51f216b9e96527150d507f196febd0857a720f30f254c1af42d3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 63fe783c8f6f3ec62cb0d6fa9ecf8214be585fdfa82e18df69c89a8dbb8c3be5 [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" "63fe783c8f6f3ec62cb0d6fa9ecf8214be585fdfa82e18df69c89a8dbb8c3be5", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib/compiler/compile.rs:95:77 [INFO] [stderr] | [INFO] [stderr] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 119 | current_file!().push_str(&to_add[..]); [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib/compiler/compile.rs:95:77 [INFO] [stderr] | [INFO] [stderr] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 130 | current_file!().push_str(&to_add[..]); [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib/compiler/compile.rs:95:77 [INFO] [stderr] | [INFO] [stderr] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 150 | current_file!().push_str(&to_add[..]); [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib/compiler/compile.rs:95:77 [INFO] [stderr] | [INFO] [stderr] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 154 | current_file!().push_str(&to_add[..]); [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib/compiler/compile.rs:95:77 [INFO] [stderr] | [INFO] [stderr] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 186 | current_file!().push_str(&to_add[..]); [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib/compiler/compile.rs:95:77 [INFO] [stderr] | [INFO] [stderr] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 197 | current_file!().push_str(&to_add[..]); [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib/compiler/compile.rs:95:77 [INFO] [stderr] | [INFO] [stderr] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 204 | current_file!().push_str(&to_add[..]); [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib/compiler/compile.rs:95:77 [INFO] [stderr] | [INFO] [stderr] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 218 | current_file!().push_str(&to_add[..]); [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib/compiler/compile.rs:95:77 [INFO] [stderr] | [INFO] [stderr] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 236 | current_file!().push_str(&to_add[..]); [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib/compiler/compile.rs:95:77 [INFO] [stderr] | [INFO] [stderr] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 246 | Token::NonDatabind(string) => current_file!().push_str(string), [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib/compiler/compile.rs:95:77 [INFO] [stderr] | [INFO] [stderr] 95 | files[filename_to_index[¤t_functions[func_depth - 1]]]; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 247 | Token::NewLine => current_file!().push('\n'), [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `current_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `databind` (lib) generated 11 warnings [INFO] [stderr] warning: `databind` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib/lib.rs (/opt/rustwide/target/debug/deps/databind-219596b07054478c) [INFO] [stdout] [INFO] [stderr] Running unittests src/cli/main.rs (/opt/rustwide/target/debug/deps/databind-84dec2c8abd04476) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests databind [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] [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] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib/types.rs - types::TagMap (line 24) ... ok [INFO] [stdout] test src/lib/types.rs - types::GlobalMacros (line 31) ... ok [INFO] [stdout] test src/lib/lib.rs - (line 31) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.31s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "63fe783c8f6f3ec62cb0d6fa9ecf8214be585fdfa82e18df69c89a8dbb8c3be5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63fe783c8f6f3ec62cb0d6fa9ecf8214be585fdfa82e18df69c89a8dbb8c3be5", kill_on_drop: false }` [INFO] [stdout] 63fe783c8f6f3ec62cb0d6fa9ecf8214be585fdfa82e18df69c89a8dbb8c3be5