[INFO] fetching crate r-linux 0.1.0... [INFO] testing r-linux-0.1.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate r-linux 0.1.0 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate r-linux 0.1.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate r-linux 0.1.0 [INFO] tweaked toml for crates.io crate r-linux 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate r-linux 0.1.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate r-linux 0.1.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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f48c5d7c21ad5c3b912f679fc6a5bba9fcd92df6d1eebf48890755a98192260b [INFO] running `Command { std: "docker" "start" "-a" "f48c5d7c21ad5c3b912f679fc6a5bba9fcd92df6d1eebf48890755a98192260b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f48c5d7c21ad5c3b912f679fc6a5bba9fcd92df6d1eebf48890755a98192260b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f48c5d7c21ad5c3b912f679fc6a5bba9fcd92df6d1eebf48890755a98192260b", kill_on_drop: false }` [INFO] [stdout] f48c5d7c21ad5c3b912f679fc6a5bba9fcd92df6d1eebf48890755a98192260b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] afa92c26c8e114eeeaa0b6e677f45220b9977df4254734525266b3ef806a9b6c [INFO] running `Command { std: "docker" "start" "-a" "afa92c26c8e114eeeaa0b6e677f45220b9977df4254734525266b3ef806a9b6c", kill_on_drop: false }` [INFO] [stderr] Compiling r-linux v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [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] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] running `Command { std: "docker" "inspect" "afa92c26c8e114eeeaa0b6e677f45220b9977df4254734525266b3ef806a9b6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afa92c26c8e114eeeaa0b6e677f45220b9977df4254734525266b3ef806a9b6c", kill_on_drop: false }` [INFO] [stdout] afa92c26c8e114eeeaa0b6e677f45220b9977df4254734525266b3ef806a9b6c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1c12d653509dd9433cc2deb60d71b60973aa86540b7b420f3db7a9b93c895793 [INFO] running `Command { std: "docker" "start" "-a" "1c12d653509dd9433cc2deb60d71b60973aa86540b7b420f3db7a9b93c895793", kill_on_drop: false }` [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [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] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling r-linux v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [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] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on externally exported functions [INFO] [stdout] --> src/syscall/arch/x86_64/syscall.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s [INFO] running `Command { std: "docker" "inspect" "1c12d653509dd9433cc2deb60d71b60973aa86540b7b420f3db7a9b93c895793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c12d653509dd9433cc2deb60d71b60973aa86540b7b420f3db7a9b93c895793", kill_on_drop: false }` [INFO] [stdout] 1c12d653509dd9433cc2deb60d71b60973aa86540b7b420f3db7a9b93c895793 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] afecb432850a4b2192c24dc85aa94d8bd44e11c945e659b7b02520be697d04ef [INFO] running `Command { std: "docker" "start" "-a" "afecb432850a4b2192c24dc85aa94d8bd44e11c945e659b7b02520be697d04ef", kill_on_drop: false }` [INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions [INFO] [stderr] --> src/syscall/arch/x86_64/syscall.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [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] [INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions [INFO] [stderr] --> src/syscall/arch/x86_64/syscall.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions [INFO] [stderr] --> src/syscall/arch/x86_64/syscall.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions [INFO] [stderr] --> src/syscall/arch/x86_64/syscall.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions [INFO] [stderr] --> src/syscall/arch/x86_64/syscall.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions [INFO] [stderr] --> src/syscall/arch/x86_64/syscall.rs:138:1 [INFO] [stderr] | [INFO] [stderr] 138 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on externally exported functions [INFO] [stderr] --> src/syscall/arch/x86_64/syscall.rs:167:1 [INFO] [stderr] | [INFO] [stderr] 167 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]` [INFO] [stderr] [INFO] [stderr] warning: `r-linux` (lib) generated 7 warnings [INFO] [stderr] warning: `r-linux` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/r_linux-696ace454fcb9fed) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test syscall::arch::test::arch_availability ... ok [INFO] [stdout] test syscall::arch::test::syscall_check ... ok [INFO] [stdout] test syscall::raw::test::retval_check ... ok [INFO] [stdout] test syscall::arch::test::native_check ... ok [INFO] [stdout] test syscall::raw::test::syscall0_check ... ok [INFO] [stdout] test syscall::raw::test::syscall1_check ... ok [INFO] [stdout] test syscall::raw::test::syscall2_check ... ok [INFO] [stdout] test syscall::raw::test::syscall3_check ... ok [INFO] [stdout] test syscall::raw::test::syscall4_check ... ok [INFO] [stdout] test syscall::raw::test::syscall5_check ... ok [INFO] [stdout] test syscall::raw::test::syscall6_check ... ok [INFO] [stdout] test syscall::raw::test::retval_error_panic - should panic ... ok [INFO] [stdout] test syscall::raw::test::retval_unwrap_panic - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests r_linux [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" "afecb432850a4b2192c24dc85aa94d8bd44e11c945e659b7b02520be697d04ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afecb432850a4b2192c24dc85aa94d8bd44e11c945e659b7b02520be697d04ef", kill_on_drop: false }` [INFO] [stdout] afecb432850a4b2192c24dc85aa94d8bd44e11c945e659b7b02520be697d04ef