[INFO] fetching crate databind 0.7.1... [INFO] testing databind-0.7.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate databind 0.7.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate databind 0.7.1 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 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-10/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-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] [stdout] c967006eba2f1181035f3a770042accb18f851b2eab7f554bd44a66839f9dfe7 [INFO] running `Command { std: "docker" "start" "-a" "c967006eba2f1181035f3a770042accb18f851b2eab7f554bd44a66839f9dfe7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c967006eba2f1181035f3a770042accb18f851b2eab7f554bd44a66839f9dfe7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c967006eba2f1181035f3a770042accb18f851b2eab7f554bd44a66839f9dfe7", kill_on_drop: false }` [INFO] [stdout] c967006eba2f1181035f3a770042accb18f851b2eab7f554bd44a66839f9dfe7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 4c3bbeee68cdacafa4c414e49f940d33b62828bcd9b3239efc37557c819daf49 [INFO] running `Command { std: "docker" "start" "-a" "4c3bbeee68cdacafa4c414e49f940d33b62828bcd9b3239efc37557c819daf49", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [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 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 15.56s [INFO] running `Command { std: "docker" "inspect" "4c3bbeee68cdacafa4c414e49f940d33b62828bcd9b3239efc37557c819daf49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c3bbeee68cdacafa4c414e49f940d33b62828bcd9b3239efc37557c819daf49", kill_on_drop: false }` [INFO] [stdout] 4c3bbeee68cdacafa4c414e49f940d33b62828bcd9b3239efc37557c819daf49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 12578702a749418e9896cbc8874be55a965c22f1d953ec74e1cf4881efd2bf4d [INFO] running `Command { std: "docker" "start" "-a" "12578702a749418e9896cbc8874be55a965c22f1d953ec74e1cf4881efd2bf4d", 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 1.73s [INFO] running `Command { std: "docker" "inspect" "12578702a749418e9896cbc8874be55a965c22f1d953ec74e1cf4881efd2bf4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12578702a749418e9896cbc8874be55a965c22f1d953ec74e1cf4881efd2bf4d", kill_on_drop: false }` [INFO] [stdout] 12578702a749418e9896cbc8874be55a965c22f1d953ec74e1cf4881efd2bf4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 2e8fd095c290f534b28da118a85ebd9e32c00c3c9ed54ff416c03132dfff8330 [INFO] running `Command { std: "docker" "start" "-a" "2e8fd095c290f534b28da118a85ebd9e32c00c3c9ed54ff416c03132dfff8330", 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.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/databind-219596b07054478c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/databind-84dec2c8abd04476) [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 databind [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 0.67s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2e8fd095c290f534b28da118a85ebd9e32c00c3c9ed54ff416c03132dfff8330", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e8fd095c290f534b28da118a85ebd9e32c00c3c9ed54ff416c03132dfff8330", kill_on_drop: false }` [INFO] [stdout] 2e8fd095c290f534b28da118a85ebd9e32c00c3c9ed54ff416c03132dfff8330