[INFO] fetching crate databind 0.7.1... [INFO] testing databind-0.7.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate databind 0.7.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate databind 0.7.1 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-0/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" "+1.59.0" "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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4c3c43d0df0146b6d7303c929ef35e3c31ea884181c2df65657f1cd0a0102c39 [INFO] running `Command { std: "docker" "start" "-a" "4c3c43d0df0146b6d7303c929ef35e3c31ea884181c2df65657f1cd0a0102c39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4c3c43d0df0146b6d7303c929ef35e3c31ea884181c2df65657f1cd0a0102c39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c3c43d0df0146b6d7303c929ef35e3c31ea884181c2df65657f1cd0a0102c39", kill_on_drop: false }` [INFO] [stdout] 4c3c43d0df0146b6d7303c929ef35e3c31ea884181c2df65657f1cd0a0102c39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3fdfa6bb6476b854ec56618598de4d13d0c536f3a6fb2941ca205460504797e [INFO] running `Command { std: "docker" "start" "-a" "f3fdfa6bb6476b854ec56618598de4d13d0c536f3a6fb2941ca205460504797e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling libc v0.2.101 [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.16s [INFO] running `Command { std: "docker" "inspect" "f3fdfa6bb6476b854ec56618598de4d13d0c536f3a6fb2941ca205460504797e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3fdfa6bb6476b854ec56618598de4d13d0c536f3a6fb2941ca205460504797e", kill_on_drop: false }` [INFO] [stdout] f3fdfa6bb6476b854ec56618598de4d13d0c536f3a6fb2941ca205460504797e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4cc88d369bc60ef332f038998651da539245612f2bd123ed83f0e95754239a27 [INFO] running `Command { std: "docker" "start" "-a" "4cc88d369bc60ef332f038998651da539245612f2bd123ed83f0e95754239a27", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 2.03s [INFO] running `Command { std: "docker" "inspect" "4cc88d369bc60ef332f038998651da539245612f2bd123ed83f0e95754239a27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4cc88d369bc60ef332f038998651da539245612f2bd123ed83f0e95754239a27", kill_on_drop: false }` [INFO] [stdout] 4cc88d369bc60ef332f038998651da539245612f2bd123ed83f0e95754239a27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9e190824f996c81461da85752ae6078c323784f05ba8a88cd50768c8f4bc6de1 [INFO] running `Command { std: "docker" "start" "-a" "9e190824f996c81461da85752ae6078c323784f05ba8a88cd50768c8f4bc6de1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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.18s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/databind-6a760a73682aa36f) [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-e3c72a1de2ab76ed) [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.60s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9e190824f996c81461da85752ae6078c323784f05ba8a88cd50768c8f4bc6de1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e190824f996c81461da85752ae6078c323784f05ba8a88cd50768c8f4bc6de1", kill_on_drop: false }` [INFO] [stdout] 9e190824f996c81461da85752ae6078c323784f05ba8a88cd50768c8f4bc6de1