[INFO] fetching crate impl_table 0.1.3... [INFO] testing impl_table-0.1.3 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate impl_table 0.1.3 into /workspace/builds/worker-100/source [INFO] validating manifest of crates.io crate impl_table 0.1.3 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "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-100/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "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-100/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 733c48cbb0bd083f1d8cae6b25cf02536ed0bddc7c5a69ec1503d17ab17b44ae [INFO] running `Command { std: "docker" "start" "-a" "733c48cbb0bd083f1d8cae6b25cf02536ed0bddc7c5a69ec1503d17ab17b44ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "733c48cbb0bd083f1d8cae6b25cf02536ed0bddc7c5a69ec1503d17ab17b44ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "733c48cbb0bd083f1d8cae6b25cf02536ed0bddc7c5a69ec1503d17ab17b44ae", kill_on_drop: false }` [INFO] [stdout] 733c48cbb0bd083f1d8cae6b25cf02536ed0bddc7c5a69ec1503d17ab17b44ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d8e66d5f10352e3cfed887ce1805e72eceb4065875c7023415d5fbbdf77c5143 [INFO] running `Command { std: "docker" "start" "-a" "d8e66d5f10352e3cfed887ce1805e72eceb4065875c7023415d5fbbdf77c5143", kill_on_drop: false }` [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.69s [INFO] running `Command { std: "docker" "inspect" "d8e66d5f10352e3cfed887ce1805e72eceb4065875c7023415d5fbbdf77c5143", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8e66d5f10352e3cfed887ce1805e72eceb4065875c7023415d5fbbdf77c5143", kill_on_drop: false }` [INFO] [stdout] d8e66d5f10352e3cfed887ce1805e72eceb4065875c7023415d5fbbdf77c5143 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd7564efdac7b5f560d2a2b1d0554a0ff673a33b27ca51b5caf6e441bf85dfa9 [INFO] running `Command { std: "docker" "start" "-a" "dd7564efdac7b5f560d2a2b1d0554a0ff673a33b27ca51b5caf6e441bf85dfa9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.4.1 [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 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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.71s [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dd7564efdac7b5f560d2a2b1d0554a0ff673a33b27ca51b5caf6e441bf85dfa9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd7564efdac7b5f560d2a2b1d0554a0ff673a33b27ca51b5caf6e441bf85dfa9", kill_on_drop: false }` [INFO] [stdout] dd7564efdac7b5f560d2a2b1d0554a0ff673a33b27ca51b5caf6e441bf85dfa9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d5bad3a00130db9a7f4329e54d591b6ce1d653a54e2358c9ab0313ea21958206 [INFO] running `Command { std: "docker" "start" "-a" "d5bad3a00130db9a7f4329e54d591b6ce1d653a54e2358c9ab0313ea21958206", 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 3.68s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/impl_table-489cd323c7da4964) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test parse_arguments::tests::test_error_at_the_end ... ok [INFO] [stdout] test derive_table::tests::test_extract_column_name ... ok [INFO] [stdout] test parse_arguments::tests::test_function_args ... ok [INFO] [stdout] test parse_arguments::tests::test_empty ... ok [INFO] [stdout] test parse_arguments::tests::test_switch ... ok [INFO] [stdout] test parse_arguments::tests::test_function ... ok [INFO] [stdout] test parse_arguments::tests::test_nested_functions ... ok [INFO] [stdout] test derive_table::tests::test_pound_column ... ok [INFO] [stdout] test derive_table::tests::test_pound_primary_key ... ok [INFO] [stdout] test parse_arguments::tests::test_flag ... ok [INFO] [stdout] test parse_arguments::tests::test_all ... ok [INFO] [stdout] test parse_arguments::tests::test_error_in_the_middle ... ok [INFO] [stdout] test parse_arguments::tests::test_state_machine ... ok [INFO] [stdout] test derive_table::tests::test_extract_column_name_non_func - should panic ... ok [INFO] [stdout] test parse_arguments::tests::test_end_end - should panic ... ok [INFO] [stdout] test derive_table::tests::test_extract_column_name_longer_list - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] [stderr] Doc-tests impl_table [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 278) ... ok [INFO] [stdout] test src/lib.rs - (line 249) ... ok [INFO] [stdout] test src/lib.rs - (line 5) ... ok [INFO] [stdout] test src/lib.rs - (line 34) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.94s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d5bad3a00130db9a7f4329e54d591b6ce1d653a54e2358c9ab0313ea21958206", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5bad3a00130db9a7f4329e54d591b6ce1d653a54e2358c9ab0313ea21958206", kill_on_drop: false }` [INFO] [stdout] d5bad3a00130db9a7f4329e54d591b6ce1d653a54e2358c9ab0313ea21958206