[INFO] fetching crate legume 0.0.0...
[INFO] testing legume-0.0.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate legume 0.0.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate legume 0.0.0
[INFO] finished tweaking crates.io crate legume 0.0.0
[INFO] tweaked toml for crates.io crate legume 0.0.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate legume 0.0.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate legume 0.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 12efd90f294fe788f70833ba6e843f7ff6a0da9a1e0c273ead30b360ab07fde6
[INFO] running `Command { std: "docker" "start" "-a" "12efd90f294fe788f70833ba6e843f7ff6a0da9a1e0c273ead30b360ab07fde6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12efd90f294fe788f70833ba6e843f7ff6a0da9a1e0c273ead30b360ab07fde6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12efd90f294fe788f70833ba6e843f7ff6a0da9a1e0c273ead30b360ab07fde6", kill_on_drop: false }`
[INFO] [stdout] 12efd90f294fe788f70833ba6e843f7ff6a0da9a1e0c273ead30b360ab07fde6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6bbc6372261848b69b0ee55c8035457459d48c37fb9267ddfb3776b8fbcf726f
[INFO] running `Command { std: "docker" "start" "-a" "6bbc6372261848b69b0ee55c8035457459d48c37fb9267ddfb3776b8fbcf726f", kill_on_drop: false }`
[INFO] [stderr]    Compiling legume v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:169:54
[INFO] [stdout]     |
[INFO] [stdout] 169 |                     impl<Ret $(, $name )*> FnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:194:53
[INFO] [stdout]     |
[INFO] [stdout] 194 |                     impl<Ret $(, $name)*> FnPtr for unsafe extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl-unwind" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:169:54
[INFO] [stdout]     |
[INFO] [stdout] 169 |                     impl<Ret $(, $name )*> FnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C-unwind"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl-unwind" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:194:53
[INFO] [stdout]     |
[INFO] [stdout] 194 |                     impl<Ret $(, $name)*> FnPtr for unsafe extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C-unwind"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:190:65
[INFO] [stdout]     |
[INFO] [stdout] 190 |                     unsafe impl<Ret $(, $name )*> SafeFnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {}
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl-unwind" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:190:65
[INFO] [stdout]     |
[INFO] [stdout] 190 |                     unsafe impl<Ret $(, $name )*> SafeFnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {}
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C-unwind"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
[INFO] running `Command { std: "docker" "inspect" "6bbc6372261848b69b0ee55c8035457459d48c37fb9267ddfb3776b8fbcf726f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bbc6372261848b69b0ee55c8035457459d48c37fb9267ddfb3776b8fbcf726f", kill_on_drop: false }`
[INFO] [stdout] 6bbc6372261848b69b0ee55c8035457459d48c37fb9267ddfb3776b8fbcf726f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a7ecdb19d05f78d2322a5e0625b1b1c0eca9c7ae9ba8538e33f46eb93fc2b2e7
[INFO] running `Command { std: "docker" "start" "-a" "a7ecdb19d05f78d2322a5e0625b1b1c0eca9c7ae9ba8538e33f46eb93fc2b2e7", kill_on_drop: false }`
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:169:54
[INFO] [stdout]     |
[INFO] [stdout] 169 |                     impl<Ret $(, $name )*> FnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:194:53
[INFO] [stdout]     |
[INFO] [stdout] 194 |                     impl<Ret $(, $name)*> FnPtr for unsafe extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling legume v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: "cdecl-unwind" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:169:54
[INFO] [stdout]     |
[INFO] [stdout] 169 |                     impl<Ret $(, $name )*> FnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C-unwind"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl-unwind" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:194:53
[INFO] [stdout]     |
[INFO] [stdout] 194 |                     impl<Ret $(, $name)*> FnPtr for unsafe extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C-unwind"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:190:65
[INFO] [stdout]     |
[INFO] [stdout] 190 |                     unsafe impl<Ret $(, $name )*> SafeFnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {}
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl-unwind" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:190:65
[INFO] [stdout]     |
[INFO] [stdout] 190 |                     unsafe impl<Ret $(, $name )*> SafeFnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {}
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C-unwind"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:169:54
[INFO] [stdout]     |
[INFO] [stdout] 169 |                     impl<Ret $(, $name )*> FnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:194:53
[INFO] [stdout]     |
[INFO] [stdout] 194 |                     impl<Ret $(, $name)*> FnPtr for unsafe extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl-unwind" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:169:54
[INFO] [stdout]     |
[INFO] [stdout] 169 |                     impl<Ret $(, $name )*> FnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C-unwind"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl-unwind" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:194:53
[INFO] [stdout]     |
[INFO] [stdout] 194 |                     impl<Ret $(, $name)*> FnPtr for unsafe extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C-unwind"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:190:65
[INFO] [stdout]     |
[INFO] [stdout] 190 |                     unsafe impl<Ret $(, $name )*> SafeFnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {}
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl-unwind" is not a supported ABI for the current target
[INFO] [stdout]    --> src/func.rs:190:65
[INFO] [stdout]     |
[INFO] [stdout] 190 |                     unsafe impl<Ret $(, $name )*> SafeFnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {}
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C-unwind"` instead
[INFO] [stdout]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] running `Command { std: "docker" "inspect" "a7ecdb19d05f78d2322a5e0625b1b1c0eca9c7ae9ba8538e33f46eb93fc2b2e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7ecdb19d05f78d2322a5e0625b1b1c0eca9c7ae9ba8538e33f46eb93fc2b2e7", kill_on_drop: false }`
[INFO] [stdout] a7ecdb19d05f78d2322a5e0625b1b1c0eca9c7ae9ba8538e33f46eb93fc2b2e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c345e529b57c78eba645f92abfd9b4673f53fcb30b39b16cd2161fba7cffeaae
[INFO] running `Command { std: "docker" "start" "-a" "c345e529b57c78eba645f92abfd9b4673f53fcb30b39b16cd2161fba7cffeaae", kill_on_drop: false }`
[INFO] [stderr] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stderr]    --> src/func.rs:169:54
[INFO] [stderr]     |
[INFO] [stderr] 169 |                     impl<Ret $(, $name )*> FnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stderr]     = help: use `extern "C"` instead
[INFO] [stderr]     = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stderr]    --> src/func.rs:194:53
[INFO] [stderr]     |
[INFO] [stderr] 194 |                     impl<Ret $(, $name)*> FnPtr for unsafe extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stderr]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stderr]     = help: use `extern "C"` instead
[INFO] [stderr]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: "cdecl-unwind" is not a supported ABI for the current target
[INFO] [stderr]    --> src/func.rs:169:54
[INFO] [stderr]     |
[INFO] [stderr] 169 |                     impl<Ret $(, $name )*> FnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stderr]     = help: use `extern "C-unwind"` instead
[INFO] [stderr]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: "cdecl-unwind" is not a supported ABI for the current target
[INFO] [stderr]    --> src/func.rs:194:53
[INFO] [stderr]     |
[INFO] [stderr] 194 |                     impl<Ret $(, $name)*> FnPtr for unsafe extern $dol call_conv fn($(_: $name),*) -> Ret {
[INFO] [stderr]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stderr]     = help: use `extern "C-unwind"` instead
[INFO] [stderr]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stderr]    --> src/func.rs:190:65
[INFO] [stderr]     |
[INFO] [stderr] 190 |                     unsafe impl<Ret $(, $name )*> SafeFnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {}
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stderr]     = help: use `extern "C"` instead
[INFO] [stderr]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: "cdecl-unwind" is not a supported ABI for the current target
[INFO] [stderr]    --> src/func.rs:190:65
[INFO] [stderr]     |
[INFO] [stderr] 190 |                     unsafe impl<Ret $(, $name )*> SafeFnPtr for extern $dol call_conv fn($(_: $name),*) -> Ret {}
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 242 | fn_ptr!("cdecl", "cdecl-unwind");
[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 #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stderr]     = help: use `extern "C-unwind"` instead
[INFO] [stderr]     = note: this warning originates in the macro `fn_ptr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `legume` (lib) generated 6 warnings
[INFO] [stderr] warning: `legume` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/legume-09ae388d3b8419ed)
[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 legume
[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] running `Command { std: "docker" "inspect" "c345e529b57c78eba645f92abfd9b4673f53fcb30b39b16cd2161fba7cffeaae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c345e529b57c78eba645f92abfd9b4673f53fcb30b39b16cd2161fba7cffeaae", kill_on_drop: false }`
[INFO] [stdout] c345e529b57c78eba645f92abfd9b4673f53fcb30b39b16cd2161fba7cffeaae
