[INFO] fetching crate lexico 0.1.1...
[INFO] testing lexico-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate lexico 0.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate lexico 0.1.1
[INFO] finished tweaking crates.io crate lexico 0.1.1
[INFO] tweaked toml for crates.io crate lexico 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lexico 0.1.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 22c6c49ca568c395f30909aaba8a7c880569178117aa61f091c085249ff03e55
[INFO] running `Command { std: "docker" "start" "-a" "22c6c49ca568c395f30909aaba8a7c880569178117aa61f091c085249ff03e55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22c6c49ca568c395f30909aaba8a7c880569178117aa61f091c085249ff03e55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22c6c49ca568c395f30909aaba8a7c880569178117aa61f091c085249ff03e55", kill_on_drop: false }`
[INFO] [stdout] 22c6c49ca568c395f30909aaba8a7c880569178117aa61f091c085249ff03e55
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 3bccf27c06c6a1d809ee5ebe96a1ede6de1329cf142353cd99fc1f0388b4e14e
[INFO] running `Command { std: "docker" "start" "-a" "3bccf27c06c6a1d809ee5ebe96a1ede6de1329cf142353cd99fc1f0388b4e14e", kill_on_drop: false }`
[INFO] [stderr]    Compiling lexico v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | lu!(u8);
[INFO] [stdout]    | ------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | lu!(u16);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 | lu!(u32);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 | lu!(u64);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 | lu!(u128);
[INFO] [stdout]    | --------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | li!(i8);
[INFO] [stdout]    | ------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 | li!(i16);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 | li!(i32);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | li!(i64);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 | li!(i128);
[INFO] [stdout]    | --------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 | lf!(f32, i32);
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 | lf!(f64, i64);
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> lexico.rs:42:30
[INFO] [stdout]    |
[INFO] [stdout] 42 |       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 | lf!(f32, i32);
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 42 -       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stdout] 42 +       let mut res = unsafe { f32::to_bits(x).cast_signed() };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> lexico.rs:42:30
[INFO] [stdout]    |
[INFO] [stdout] 42 |       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 | lf!(f64, i64);
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 42 -       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stdout] 42 +       let mut res = unsafe { f64::to_bits(x).cast_signed() };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] running `Command { std: "docker" "inspect" "3bccf27c06c6a1d809ee5ebe96a1ede6de1329cf142353cd99fc1f0388b4e14e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3bccf27c06c6a1d809ee5ebe96a1ede6de1329cf142353cd99fc1f0388b4e14e", kill_on_drop: false }`
[INFO] [stdout] 3bccf27c06c6a1d809ee5ebe96a1ede6de1329cf142353cd99fc1f0388b4e14e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] acbee9284887d29ad6d83385a12796e066facd6eddb74eb66a4966a835a53772
[INFO] running `Command { std: "docker" "start" "-a" "acbee9284887d29ad6d83385a12796e066facd6eddb74eb66a4966a835a53772", kill_on_drop: false }`
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | lu!(u8);
[INFO] [stdout]    | ------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | lu!(u16);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 | lu!(u32);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 | lu!(u64);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 | lu!(u128);
[INFO] [stdout]    | --------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | li!(i8);
[INFO] [stdout]    | ------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 | li!(i16);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 | li!(i32);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | li!(i64);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 | li!(i128);
[INFO] [stdout]    | --------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 | lf!(f32, i32);
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 | lf!(f64, i64);
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> lexico.rs:42:30
[INFO] [stdout]    |
[INFO] [stdout] 42 |       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 | lf!(f32, i32);
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 42 -       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stdout] 42 +       let mut res = unsafe { f32::to_bits(x).cast_signed() };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> lexico.rs:42:30
[INFO] [stdout]    |
[INFO] [stdout] 42 |       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 | lf!(f64, i64);
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 42 -       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stdout] 42 +       let mut res = unsafe { f64::to_bits(x).cast_signed() };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling lexico v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | lu!(u8);
[INFO] [stdout]    | ------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | lu!(u16);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 | lu!(u32);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 | lu!(u64);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 | lu!(u128);
[INFO] [stdout]    | --------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | li!(i8);
[INFO] [stdout]    | ------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 | li!(i16);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 | li!(i32);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | li!(i64);
[INFO] [stdout]    | -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 | li!(i128);
[INFO] [stdout]    | --------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 | lf!(f32, i32);
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout]   --> lexico.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 | lf!(f64, i64);
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> lexico.rs:42:30
[INFO] [stdout]    |
[INFO] [stdout] 42 |       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 | lf!(f32, i32);
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 42 -       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stdout] 42 +       let mut res = unsafe { f32::to_bits(x).cast_signed() };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> lexico.rs:42:30
[INFO] [stdout]    |
[INFO] [stdout] 42 |       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 | lf!(f64, i64);
[INFO] [stdout]    | ------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 42 -       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stdout] 42 +       let mut res = unsafe { f64::to_bits(x).cast_signed() };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.48s
[INFO] running `Command { std: "docker" "inspect" "acbee9284887d29ad6d83385a12796e066facd6eddb74eb66a4966a835a53772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "acbee9284887d29ad6d83385a12796e066facd6eddb74eb66a4966a835a53772", kill_on_drop: false }`
[INFO] [stdout] acbee9284887d29ad6d83385a12796e066facd6eddb74eb66a4966a835a53772
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] b983f999bcb90089a8d7daf78dd3ca2dbb1962c3f8423f9b3d1e0812bac85ec1
[INFO] running `Command { std: "docker" "start" "-a" "b983f999bcb90089a8d7daf78dd3ca2dbb1962c3f8423f9b3d1e0812bac85ec1", kill_on_drop: false }`
[INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stderr]   --> lexico.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr]  7 |     #[inline(always)]
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 15 | lu!(u8);
[INFO] [stderr]    | ------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stderr]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stderr]   --> lexico.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr]  7 |     #[inline(always)]
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 16 | lu!(u16);
[INFO] [stderr]    | -------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stderr]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stderr]   --> lexico.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr]  7 |     #[inline(always)]
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 17 | lu!(u32);
[INFO] [stderr]    | -------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stderr]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stderr]   --> lexico.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr]  7 |     #[inline(always)]
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 18 | lu!(u64);
[INFO] [stdout] 
[INFO] [stderr]    | -------- in this macro invocation
[INFO] [stdout] running 1 test
[INFO] [stderr]    |
[INFO] [stdout] test tests::it_generates_lexically_ordered_byte_arrays ... ok
[INFO] [stderr]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stdout] 
[INFO] [stderr]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stdout] 
[INFO] [stderr]   --> lexico.rs:7:5
[INFO] [stdout] running 0 tests
[INFO] [stderr]    |
[INFO] [stdout] 
[INFO] [stderr]  7 |     #[inline(always)]
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stderr] ...
[INFO] [stderr] 19 | lu!(u128);
[INFO] [stderr]    | --------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stderr]    = note: this warning originates in the macro `lu` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stderr]   --> lexico.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 |     #[inline(always)]
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 31 | li!(i8);
[INFO] [stderr]    | ------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stderr]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stderr]   --> lexico.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 |     #[inline(always)]
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 32 | li!(i16);
[INFO] [stderr]    | -------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stderr]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stderr]   --> lexico.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 |     #[inline(always)]
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 33 | li!(i32);
[INFO] [stderr]    | -------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stderr]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stderr]   --> lexico.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 |     #[inline(always)]
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 34 | li!(i64);
[INFO] [stderr]    | -------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stderr]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stderr]   --> lexico.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 |     #[inline(always)]
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 35 | li!(i128);
[INFO] [stderr]    | --------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stderr]    = note: this warning originates in the macro `li` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stderr]   --> lexico.rs:39:5
[INFO] [stderr]    |
[INFO] [stderr] 39 |     #[inline]
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 49 | lf!(f32, i32);
[INFO] [stderr]    | ------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stderr]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions
[INFO] [stderr]   --> lexico.rs:39:5
[INFO] [stderr]    |
[INFO] [stderr] 39 |     #[inline]
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 50 | lf!(f64, i64);
[INFO] [stderr]    | ------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
[INFO] [stderr]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> lexico.rs:42:30
[INFO] [stderr]    |
[INFO] [stderr] 42 |       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 49 | lf!(f32, i32);
[INFO] [stderr]    | ------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]    |
[INFO] [stderr] 42 -       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stderr] 42 +       let mut res = unsafe { f32::to_bits(x).cast_signed() };
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> lexico.rs:42:30
[INFO] [stderr]    |
[INFO] [stderr] 42 |       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 50 | lf!(f64, i64);
[INFO] [stderr]    | ------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `lf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]    |
[INFO] [stderr] 42 -       let mut res = unsafe { mem::transmute::<$t, $i>(x) };
[INFO] [stderr] 42 +       let mut res = unsafe { f64::to_bits(x).cast_signed() };
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `lexico` (lib) generated 14 warnings (run `cargo fix --lib -p lexico` to apply 2 suggestions)
[INFO] [stderr] warning: `lexico` (lib test) generated 14 warnings (14 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests lexico.rs (/opt/rustwide/target/debug/deps/lexico-eb247b93119f334a)
[INFO] [stderr]    Doc-tests lexico
[INFO] running `Command { std: "docker" "inspect" "b983f999bcb90089a8d7daf78dd3ca2dbb1962c3f8423f9b3d1e0812bac85ec1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b983f999bcb90089a8d7daf78dd3ca2dbb1962c3f8423f9b3d1e0812bac85ec1", kill_on_drop: false }`
[INFO] [stdout] b983f999bcb90089a8d7daf78dd3ca2dbb1962c3f8423f9b3d1e0812bac85ec1
