[INFO] fetching crate impl_table 0.1.3... [INFO] testing impl_table-0.1.3 against 1.60.0 for beta-1.61-1 [INFO] extracting crate impl_table 0.1.3 into /workspace/builds/worker-20/source [INFO] validating manifest of crates.io crate impl_table 0.1.3 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate impl_table 0.1.3 [INFO] finished tweaking crates.io crate impl_table 0.1.3 [INFO] tweaked toml for crates.io crate impl_table 0.1.3 written to /workspace/builds/worker-20/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rusqlite v0.18.0 [INFO] [stderr] Downloaded libsqlite3-sys v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7c93056d53b6c03fe391c1bf53a1656619f4eb576faf7c8f1c1a64b37b07c99d [INFO] running `Command { std: "docker" "start" "-a" "7c93056d53b6c03fe391c1bf53a1656619f4eb576faf7c8f1c1a64b37b07c99d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7c93056d53b6c03fe391c1bf53a1656619f4eb576faf7c8f1c1a64b37b07c99d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c93056d53b6c03fe391c1bf53a1656619f4eb576faf7c8f1c1a64b37b07c99d", kill_on_drop: false }` [INFO] [stdout] 7c93056d53b6c03fe391c1bf53a1656619f4eb576faf7c8f1c1a64b37b07c99d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee03e29dc53854123e5105a24b412d98ecc21d86eb26d38fb43edf231f4de3a6 [INFO] running `Command { std: "docker" "start" "-a" "ee03e29dc53854123e5105a24b412d98ecc21d86eb26d38fb43edf231f4de3a6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling impl_table v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:120:20 [INFO] [stdout] | [INFO] [stdout] 120 | .into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 193 | return_error_with_msg!("Table name must be specified and non-empty.") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `return_error_with_msg` [INFO] [stdout] = note: this warning originates in the macro `return_error_with_msg` (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.rs:120:20 [INFO] [stdout] | [INFO] [stdout] 120 | .into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 223 | return_error_with_msg!("impl_table can only be applied to structs.") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `return_error_with_msg` [INFO] [stdout] = note: this warning originates in the macro `return_error_with_msg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.13s [INFO] running `Command { std: "docker" "inspect" "ee03e29dc53854123e5105a24b412d98ecc21d86eb26d38fb43edf231f4de3a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee03e29dc53854123e5105a24b412d98ecc21d86eb26d38fb43edf231f4de3a6", kill_on_drop: false }` [INFO] [stdout] ee03e29dc53854123e5105a24b412d98ecc21d86eb26d38fb43edf231f4de3a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8711e111968f5bb0d161fba8e7bd89faf4e974bf868c6327581055a13c2e3dca [INFO] running `Command { std: "docker" "start" "-a" "8711e111968f5bb0d161fba8e7bd89faf4e974bf868c6327581055a13c2e3dca", kill_on_drop: false }` [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling libsqlite3-sys v0.14.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:120:20 [INFO] [stdout] | [INFO] [stdout] 120 | .into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 193 | return_error_with_msg!("Table name must be specified and non-empty.") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `return_error_with_msg` [INFO] [stdout] = note: this warning originates in the macro `return_error_with_msg` (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.rs:120:20 [INFO] [stdout] | [INFO] [stdout] 120 | .into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 223 | return_error_with_msg!("impl_table can only be applied to structs.") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `return_error_with_msg` [INFO] [stdout] = note: this warning originates in the macro `return_error_with_msg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rusqlite v0.18.0 [INFO] [stderr] Compiling impl_table v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:120:20 [INFO] [stdout] | [INFO] [stdout] 120 | .into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 193 | return_error_with_msg!("Table name must be specified and non-empty.") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `return_error_with_msg` [INFO] [stdout] = note: this warning originates in the macro `return_error_with_msg` (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.rs:120:20 [INFO] [stdout] | [INFO] [stdout] 120 | .into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 223 | return_error_with_msg!("impl_table can only be applied to structs.") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `return_error_with_msg` [INFO] [stdout] = note: this warning originates in the macro `return_error_with_msg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.96s [INFO] running `Command { std: "docker" "inspect" "8711e111968f5bb0d161fba8e7bd89faf4e974bf868c6327581055a13c2e3dca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8711e111968f5bb0d161fba8e7bd89faf4e974bf868c6327581055a13c2e3dca", kill_on_drop: false }` [INFO] [stdout] 8711e111968f5bb0d161fba8e7bd89faf4e974bf868c6327581055a13c2e3dca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 51094fca8a11845258973112ed04290b43e829d14202e7c0bba38f37c6ed6927 [INFO] running `Command { std: "docker" "start" "-a" "51094fca8a11845258973112ed04290b43e829d14202e7c0bba38f37c6ed6927", 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.rs:120:20 [INFO] [stderr] | [INFO] [stderr] 120 | .into(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 193 | return_error_with_msg!("Table name must be specified and non-empty.") [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `return_error_with_msg` [INFO] [stderr] = note: this warning originates in the macro `return_error_with_msg` (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.rs:120:20 [INFO] [stderr] | [INFO] [stderr] 120 | .into(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 223 | return_error_with_msg!("impl_table can only be applied to structs.") [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `return_error_with_msg` [INFO] [stderr] = note: this warning originates in the macro `return_error_with_msg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `impl_table` (lib) generated 2 warnings [INFO] [stderr] warning: `impl_table` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.44s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/impl_table-1cb9b44cf9f7249b) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test derive_table::tests::test_extract_column_name ... ok [INFO] [stdout] test parse_arguments::tests::test_empty ... ok [INFO] [stdout] test parse_arguments::tests::test_all ... ok [INFO] [stdout] test parse_arguments::tests::test_error_at_the_end ... ok [INFO] [stdout] test derive_table::tests::test_pound_column ... ok [INFO] [stdout] test parse_arguments::tests::test_flag ... ok [INFO] [stdout] test parse_arguments::tests::test_error_in_the_middle ... ok [INFO] [stdout] test parse_arguments::tests::test_function ... ok [INFO] [stdout] test parse_arguments::tests::test_function_args ... ok [INFO] [stdout] test derive_table::tests::test_pound_primary_key ... ok [INFO] [stdout] test parse_arguments::tests::test_nested_functions ... ok [INFO] [stdout] test parse_arguments::tests::test_state_machine ... ok [INFO] [stdout] test parse_arguments::tests::test_switch ... ok [INFO] [stdout] test derive_table::tests::test_extract_column_name_non_func - should panic ... ok [INFO] [stderr] Doc-tests impl_table [INFO] [stdout] test derive_table::tests::test_extract_column_name_longer_list - should panic ... ok [INFO] [stdout] test parse_arguments::tests::test_end_end - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 278) ... ok [INFO] [stdout] test src/lib.rs - (line 34) ... ok [INFO] [stdout] test src/lib.rs - (line 5) ... ok [INFO] [stdout] test src/lib.rs - (line 249) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "51094fca8a11845258973112ed04290b43e829d14202e7c0bba38f37c6ed6927", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51094fca8a11845258973112ed04290b43e829d14202e7c0bba38f37c6ed6927", kill_on_drop: false }` [INFO] [stdout] 51094fca8a11845258973112ed04290b43e829d14202e7c0bba38f37c6ed6927