[INFO] fetching crate ffi-convert-derive 0.3.0... [INFO] testing ffi-convert-derive-0.3.0 against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] extracting crate ffi-convert-derive 0.3.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate ffi-convert-derive 0.3.0 on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ffi-convert-derive 0.3.0 [INFO] finished tweaking crates.io crate ffi-convert-derive 0.3.0 [INFO] tweaked toml for crates.io crate ffi-convert-derive 0.3.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dbb0434e9a55511654d84650d28320e12ce02dd448548a04e241a2ba4e6a18ec [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dbb0434e9a55511654d84650d28320e12ce02dd448548a04e241a2ba4e6a18ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dbb0434e9a55511654d84650d28320e12ce02dd448548a04e241a2ba4e6a18ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbb0434e9a55511654d84650d28320e12ce02dd448548a04e241a2ba4e6a18ec", kill_on_drop: false }` [INFO] [stdout] dbb0434e9a55511654d84650d28320e12ce02dd448548a04e241a2ba4e6a18ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 255ab96bb201e3b382c74d6ed847802ce5608b347181a6667ef522cc64c23ed0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "255ab96bb201e3b382c74d6ed847802ce5608b347181a6667ef522cc64c23ed0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling syn v1.0.52 [INFO] [stderr] Compiling ffi-convert-derive v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/utils.rs:121:39 [INFO] [stdout] | [INFO] [stdout] 121 | panic!("The field with type : {:?} is invalid. No segments on the TypePath") [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(panic_fmt)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 121 | panic!("The field with type : {:?} is invalid. No segments on the TypePath", ...) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 121 | panic!("{}", "The field with type : {:?} is invalid. No segments on the TypePath") [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.67s [INFO] running `Command { std: "docker" "inspect" "255ab96bb201e3b382c74d6ed847802ce5608b347181a6667ef522cc64c23ed0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "255ab96bb201e3b382c74d6ed847802ce5608b347181a6667ef522cc64c23ed0", kill_on_drop: false }` [INFO] [stdout] 255ab96bb201e3b382c74d6ed847802ce5608b347181a6667ef522cc64c23ed0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 86806717fd84bd719e32bb9d64dde07145eaf0b82958956c5b11c67b44d03b43 [INFO] running `Command { std: "docker" "start" "-a" "86806717fd84bd719e32bb9d64dde07145eaf0b82958956c5b11c67b44d03b43", kill_on_drop: false }` [INFO] [stderr] Compiling ffi-convert-derive v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/utils.rs:121:39 [INFO] [stdout] | [INFO] [stdout] 121 | panic!("The field with type : {:?} is invalid. No segments on the TypePath") [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(panic_fmt)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 121 | panic!("The field with type : {:?} is invalid. No segments on the TypePath", ...) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 121 | panic!("{}", "The field with type : {:?} is invalid. No segments on the TypePath") [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/utils.rs:121:39 [INFO] [stdout] | [INFO] [stdout] 121 | panic!("The field with type : {:?} is invalid. No segments on the TypePath") [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(panic_fmt)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 121 | panic!("The field with type : {:?} is invalid. No segments on the TypePath", ...) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 121 | panic!("{}", "The field with type : {:?} is invalid. No segments on the TypePath") [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.64s [INFO] running `Command { std: "docker" "inspect" "86806717fd84bd719e32bb9d64dde07145eaf0b82958956c5b11c67b44d03b43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86806717fd84bd719e32bb9d64dde07145eaf0b82958956c5b11c67b44d03b43", kill_on_drop: false }` [INFO] [stdout] 86806717fd84bd719e32bb9d64dde07145eaf0b82958956c5b11c67b44d03b43 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 73ee582b3816581e346d3fde819eb14fff29565a945ab7d9b65998a35df6e40f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "73ee582b3816581e346d3fde819eb14fff29565a945ab7d9b65998a35df6e40f", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: panic message contains an unused formatting placeholder [INFO] [stdout] running 6 tests [INFO] [stderr] --> src/utils.rs:121:39 [INFO] [stderr] | [INFO] [stderr] 121 | panic!("The field with type : {:?} is invalid. No segments on the TypePath") [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(panic_fmt)]` on by default [INFO] [stderr] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stderr] help: add the missing argument [INFO] [stderr] | [INFO] [stderr] 121 | panic!("The field with type : {:?} is invalid. No segments on the TypePath", ...) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 121 | panic!("{}", "The field with type : {:?} is invalid. No segments on the TypePath") [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: panic message contains an unused formatting placeholder [INFO] [stderr] --> src/utils.rs:121:39 [INFO] [stderr] | [INFO] [stderr] 121 | panic!("The field with type : {:?} is invalid. No segments on the TypePath") [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(panic_fmt)]` on by default [INFO] [stderr] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stderr] help: add the missing argument [INFO] [stderr] | [INFO] [stderr] 121 | panic!("The field with type : {:?} is invalid. No segments on the TypePath", ...) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 121 | panic!("{}", "The field with type : {:?} is invalid. No segments on the TypePath") [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ffi_convert_derive-446e93b49c42de64 [INFO] [stdout] test utils::tests::test_field_parsing_2 ... ok [INFO] [stderr] Doc-tests ffi-convert-derive [INFO] [stdout] test utils::tests::test_field_parsing_1 ... ok [INFO] [stdout] test utils::tests::test_type_parameter_extraction ... ok [INFO] [stdout] test utils::tests::test_type_parameters_extraction ... ok [INFO] [stdout] test utils::tests::test_field_parsing_3 ... ok [INFO] [stdout] test utils::tests::test_type_parameter_extraction_works_without_params ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "73ee582b3816581e346d3fde819eb14fff29565a945ab7d9b65998a35df6e40f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73ee582b3816581e346d3fde819eb14fff29565a945ab7d9b65998a35df6e40f", kill_on_drop: false }` [INFO] [stdout] 73ee582b3816581e346d3fde819eb14fff29565a945ab7d9b65998a35df6e40f