Oct 11 22:57:40.738 INFO testing gaol-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 11 22:57:40.739 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 11 22:57:40.943 INFO blam! 8d9da1af951ca2a96dc45a2d7a899db348c380fc3968f5323901e4cc38bc0c5b Oct 11 22:57:40.946 INFO running `"docker" "start" "-a" "8d9da1af951ca2a96dc45a2d7a899db348c380fc3968f5323901e4cc38bc0c5b"` Oct 11 22:57:41.496 INFO kablam! usermod: no changes Oct 11 22:57:41.572 INFO kablam! Compiling gaol v0.2.0 (/source) Oct 11 22:57:41.745 INFO kablam! warning: unused `#[macro_use]` import Oct 11 22:57:41.745 INFO kablam! --> lib.rs:11:1 Oct 11 22:57:41.745 INFO kablam! | Oct 11 22:57:41.745 INFO kablam! 11 | #[macro_use] Oct 11 22:57:41.745 INFO kablam! | ^^^^^^^^^^^^ Oct 11 22:57:41.745 INFO kablam! | Oct 11 22:57:41.745 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 22:57:41.745 INFO kablam! Oct 11 22:57:41.984 INFO kablam! warning: constant item is never used: `EM_386` Oct 11 22:57:41.985 INFO kablam! --> platform/linux/seccomp.rs:108:1 Oct 11 22:57:41.985 INFO kablam! | Oct 11 22:57:41.985 INFO kablam! 108 | const EM_386: u32 = 3; Oct 11 22:57:41.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:41.985 INFO kablam! | Oct 11 22:57:41.985 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 22:57:41.985 INFO kablam! Oct 11 22:57:41.985 INFO kablam! warning: constant item is never used: `EM_PPC` Oct 11 22:57:41.985 INFO kablam! --> platform/linux/seccomp.rs:109:1 Oct 11 22:57:41.985 INFO kablam! | Oct 11 22:57:41.985 INFO kablam! 109 | const EM_PPC: u32 = 20; Oct 11 22:57:41.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:41.985 INFO kablam! Oct 11 22:57:41.985 INFO kablam! warning: constant item is never used: `EM_PPC64` Oct 11 22:57:41.985 INFO kablam! --> platform/linux/seccomp.rs:110:1 Oct 11 22:57:41.985 INFO kablam! | Oct 11 22:57:41.985 INFO kablam! 110 | const EM_PPC64: u32 = 21; Oct 11 22:57:41.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:41.985 INFO kablam! Oct 11 22:57:41.985 INFO kablam! warning: constant item is never used: `EM_ARM` Oct 11 22:57:41.985 INFO kablam! --> platform/linux/seccomp.rs:111:1 Oct 11 22:57:41.985 INFO kablam! | Oct 11 22:57:41.985 INFO kablam! 111 | const EM_ARM: u32 = 40; Oct 11 22:57:41.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:41.985 INFO kablam! Oct 11 22:57:41.985 INFO kablam! warning: constant item is never used: `EM_AARCH64` Oct 11 22:57:41.985 INFO kablam! --> platform/linux/seccomp.rs:113:1 Oct 11 22:57:41.985 INFO kablam! | Oct 11 22:57:41.985 INFO kablam! 113 | const EM_AARCH64: u32 = 183; Oct 11 22:57:41.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:41.985 INFO kablam! Oct 11 22:57:41.985 INFO kablam! warning: constant item is never used: `AUDIT_ARCH_X86` Oct 11 22:57:41.985 INFO kablam! --> platform/linux/seccomp.rs:120:1 Oct 11 22:57:41.985 INFO kablam! | Oct 11 22:57:41.985 INFO kablam! 120 | const AUDIT_ARCH_X86: u32 = EM_386 | __AUDIT_ARCH_LE; Oct 11 22:57:41.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:41.985 INFO kablam! Oct 11 22:57:41.985 INFO kablam! warning: constant item is never used: `AUDIT_ARCH_ARM` Oct 11 22:57:41.985 INFO kablam! --> platform/linux/seccomp.rs:124:1 Oct 11 22:57:41.985 INFO kablam! | Oct 11 22:57:41.985 INFO kablam! 124 | const AUDIT_ARCH_ARM: u32 = EM_ARM | __AUDIT_ARCH_LE; Oct 11 22:57:41.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:41.985 INFO kablam! Oct 11 22:57:41.985 INFO kablam! warning: constant item is never used: `AUDIT_ARCH_AARCH64` Oct 11 22:57:41.985 INFO kablam! --> platform/linux/seccomp.rs:126:1 Oct 11 22:57:41.985 INFO kablam! | Oct 11 22:57:41.985 INFO kablam! 126 | const AUDIT_ARCH_AARCH64: u32 = EM_AARCH64 | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE; Oct 11 22:57:41.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:41.985 INFO kablam! Oct 11 22:57:41.985 INFO kablam! warning: constant item is never used: `AUDIT_ARCH_PPC` Oct 11 22:57:41.985 INFO kablam! --> platform/linux/seccomp.rs:128:1 Oct 11 22:57:41.985 INFO kablam! | Oct 11 22:57:41.985 INFO kablam! 128 | const AUDIT_ARCH_PPC: u32 = EM_PPC; Oct 11 22:57:41.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:41.985 INFO kablam! Oct 11 22:57:41.985 INFO kablam! warning: constant item is never used: `AUDIT_ARCH_PPC64` Oct 11 22:57:41.985 INFO kablam! --> platform/linux/seccomp.rs:130:1 Oct 11 22:57:41.985 INFO kablam! | Oct 11 22:57:41.985 INFO kablam! 130 | const AUDIT_ARCH_PPC64: u32 = EM_PPC64 | __AUDIT_ARCH_64BIT; Oct 11 22:57:41.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:41.985 INFO kablam! Oct 11 22:57:41.985 INFO kablam! warning: constant item is never used: `AUDIT_ARCH_PPC64LE` Oct 11 22:57:41.985 INFO kablam! --> platform/linux/seccomp.rs:132:1 Oct 11 22:57:41.985 INFO kablam! | Oct 11 22:57:41.985 INFO kablam! 132 | const AUDIT_ARCH_PPC64LE: u32 = EM_PPC64 | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE; Oct 11 22:57:41.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:41.985 INFO kablam! Oct 11 22:57:42.897 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 11 22:57:42.900 INFO kablam! su: No module specific data is present Oct 11 22:57:43.215 INFO running `"docker" "rm" "-f" "8d9da1af951ca2a96dc45a2d7a899db348c380fc3968f5323901e4cc38bc0c5b"` Oct 11 22:57:43.356 INFO blam! 8d9da1af951ca2a96dc45a2d7a899db348c380fc3968f5323901e4cc38bc0c5b Oct 11 22:57:43.374 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 11 22:57:43.684 INFO blam! 4e132b26bf262d14ba11ec47b025b6017720079845222849404d4acbfee082ef Oct 11 22:57:43.686 INFO running `"docker" "start" "-a" "4e132b26bf262d14ba11ec47b025b6017720079845222849404d4acbfee082ef"` Oct 11 22:57:44.340 INFO kablam! usermod: no changes Oct 11 22:57:44.428 INFO kablam! Compiling gaol v0.2.0 (/source) Oct 11 22:57:44.944 INFO kablam! warning: unused imports: `ChildSandboxMethods`, `ChildSandbox`, `Command`, `SandboxMethods`, `Sandbox` Oct 11 22:57:44.944 INFO kablam! --> tests/system-info-read.rs:8:21 Oct 11 22:57:44.944 INFO kablam! | Oct 11 22:57:44.944 INFO kablam! 8 | use gaol::sandbox::{ChildSandbox, ChildSandboxMethods, Command, Sandbox, SandboxMethods}; Oct 11 22:57:44.944 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^^^^^^^^ Oct 11 22:57:44.944 INFO kablam! | Oct 11 22:57:44.944 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 22:57:44.944 INFO kablam! Oct 11 22:57:44.944 INFO kablam! warning: unused imports: `c_char`, `c_int`, `c_void`, `size_t` Oct 11 22:57:44.944 INFO kablam! --> tests/system-info-read.rs:9:12 Oct 11 22:57:44.944 INFO kablam! | Oct 11 22:57:44.944 INFO kablam! 9 | use libc::{c_char, c_int, c_void, size_t}; Oct 11 22:57:44.944 INFO kablam! | ^^^^^^ ^^^^^ ^^^^^^ ^^^^^^ Oct 11 22:57:44.944 INFO kablam! Oct 11 22:57:44.944 INFO kablam! warning: unused import: `std::env` Oct 11 22:57:44.944 INFO kablam! --> tests/system-info-read.rs:10:5 Oct 11 22:57:44.944 INFO kablam! | Oct 11 22:57:44.944 INFO kablam! 10 | use std::env; Oct 11 22:57:44.944 INFO kablam! | ^^^^^^^^ Oct 11 22:57:44.944 INFO kablam! Oct 11 22:57:44.944 INFO kablam! warning: unused import: `std::ffi::CString` Oct 11 22:57:44.945 INFO kablam! --> tests/system-info-read.rs:11:5 Oct 11 22:57:44.945 INFO kablam! | Oct 11 22:57:44.945 INFO kablam! 11 | use std::ffi::CString; Oct 11 22:57:44.945 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 22:57:44.945 INFO kablam! Oct 11 22:57:44.945 INFO kablam! warning: unused import: `std::iter` Oct 11 22:57:44.945 INFO kablam! --> tests/system-info-read.rs:12:5 Oct 11 22:57:44.945 INFO kablam! | Oct 11 22:57:44.945 INFO kablam! 12 | use std::iter; Oct 11 22:57:44.945 INFO kablam! | ^^^^^^^^^ Oct 11 22:57:44.945 INFO kablam! Oct 11 22:57:44.945 INFO kablam! warning: unused import: `std::ptr` Oct 11 22:57:44.945 INFO kablam! --> tests/system-info-read.rs:13:5 Oct 11 22:57:44.945 INFO kablam! | Oct 11 22:57:44.945 INFO kablam! 13 | use std::ptr; Oct 11 22:57:44.945 INFO kablam! | ^^^^^^^^ Oct 11 22:57:44.945 INFO kablam! Oct 11 22:57:45.104 INFO kablam! warning: static item is never used: `SYSCTL_NAME` Oct 11 22:57:45.104 INFO kablam! --> tests/system-info-read.rs:15:1 Oct 11 22:57:45.104 INFO kablam! | Oct 11 22:57:45.104 INFO kablam! 15 | static SYSCTL_NAME: &'static str = "hw.ncpu"; Oct 11 22:57:45.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:45.104 INFO kablam! | Oct 11 22:57:45.104 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 22:57:45.104 INFO kablam! Oct 11 22:57:45.104 INFO kablam! warning: function is never used: `allowance_profile` Oct 11 22:57:45.104 INFO kablam! --> tests/system-info-read.rs:32:1 Oct 11 22:57:45.104 INFO kablam! | Oct 11 22:57:45.104 INFO kablam! 32 | fn allowance_profile() -> Profile { Oct 11 22:57:45.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:45.104 INFO kablam! Oct 11 22:57:45.104 INFO kablam! warning: function is never used: `prohibition_profile` Oct 11 22:57:45.104 INFO kablam! --> tests/system-info-read.rs:36:1 Oct 11 22:57:45.104 INFO kablam! | Oct 11 22:57:45.104 INFO kablam! 36 | fn prohibition_profile() -> Profile { Oct 11 22:57:45.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:45.120 INFO kablam! Oct 11 22:57:45.232 INFO kablam! warning: unused `#[macro_use]` import Oct 11 22:57:45.232 INFO kablam! --> lib.rs:11:1 Oct 11 22:57:45.232 INFO kablam! | Oct 11 22:57:45.232 INFO kablam! 11 | #[macro_use] Oct 11 22:57:45.232 INFO kablam! | ^^^^^^^^^^^^ Oct 11 22:57:45.232 INFO kablam! | Oct 11 22:57:45.232 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 22:57:45.232 INFO kablam! Oct 11 22:57:45.605 INFO kablam! warning: constant item is never used: `EM_386` Oct 11 22:57:45.605 INFO kablam! --> platform/linux/seccomp.rs:108:1 Oct 11 22:57:45.605 INFO kablam! | Oct 11 22:57:45.605 INFO kablam! 108 | const EM_386: u32 = 3; Oct 11 22:57:45.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:45.605 INFO kablam! | Oct 11 22:57:45.607 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 22:57:45.607 INFO kablam! Oct 11 22:57:45.608 INFO kablam! warning: constant item is never used: `EM_PPC` Oct 11 22:57:45.608 INFO kablam! --> platform/linux/seccomp.rs:109:1 Oct 11 22:57:45.608 INFO kablam! | Oct 11 22:57:45.608 INFO kablam! 109 | const EM_PPC: u32 = 20; Oct 11 22:57:45.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:45.608 INFO kablam! Oct 11 22:57:45.608 INFO kablam! warning: constant item is never used: `EM_PPC64` Oct 11 22:57:45.608 INFO kablam! --> platform/linux/seccomp.rs:110:1 Oct 11 22:57:45.608 INFO kablam! | Oct 11 22:57:45.608 INFO kablam! 110 | const EM_PPC64: u32 = 21; Oct 11 22:57:45.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:45.608 INFO kablam! Oct 11 22:57:45.608 INFO kablam! warning: constant item is never used: `EM_ARM` Oct 11 22:57:45.608 INFO kablam! --> platform/linux/seccomp.rs:111:1 Oct 11 22:57:45.608 INFO kablam! | Oct 11 22:57:45.608 INFO kablam! 111 | const EM_ARM: u32 = 40; Oct 11 22:57:45.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:45.608 INFO kablam! Oct 11 22:57:45.612 INFO kablam! warning: constant item is never used: `EM_AARCH64` Oct 11 22:57:45.612 INFO kablam! --> platform/linux/seccomp.rs:113:1 Oct 11 22:57:45.612 INFO kablam! | Oct 11 22:57:45.612 INFO kablam! 113 | const EM_AARCH64: u32 = 183; Oct 11 22:57:45.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:45.612 INFO kablam! Oct 11 22:57:45.613 INFO kablam! warning: constant item is never used: `AUDIT_ARCH_X86` Oct 11 22:57:45.613 INFO kablam! --> platform/linux/seccomp.rs:120:1 Oct 11 22:57:45.613 INFO kablam! | Oct 11 22:57:45.613 INFO kablam! 120 | const AUDIT_ARCH_X86: u32 = EM_386 | __AUDIT_ARCH_LE; Oct 11 22:57:45.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:45.615 INFO kablam! Oct 11 22:57:45.615 INFO kablam! warning: constant item is never used: `AUDIT_ARCH_ARM` Oct 11 22:57:45.615 INFO kablam! --> platform/linux/seccomp.rs:124:1 Oct 11 22:57:45.616 INFO kablam! | Oct 11 22:57:45.616 INFO kablam! 124 | const AUDIT_ARCH_ARM: u32 = EM_ARM | __AUDIT_ARCH_LE; Oct 11 22:57:45.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:45.616 INFO kablam! Oct 11 22:57:45.617 INFO kablam! warning: constant item is never used: `AUDIT_ARCH_AARCH64` Oct 11 22:57:45.618 INFO kablam! --> platform/linux/seccomp.rs:126:1 Oct 11 22:57:45.618 INFO kablam! | Oct 11 22:57:45.618 INFO kablam! 126 | const AUDIT_ARCH_AARCH64: u32 = EM_AARCH64 | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE; Oct 11 22:57:45.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:45.618 INFO kablam! Oct 11 22:57:45.619 INFO kablam! warning: constant item is never used: `AUDIT_ARCH_PPC` Oct 11 22:57:45.619 INFO kablam! --> platform/linux/seccomp.rs:128:1 Oct 11 22:57:45.619 INFO kablam! | Oct 11 22:57:45.619 INFO kablam! 128 | const AUDIT_ARCH_PPC: u32 = EM_PPC; Oct 11 22:57:45.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:45.619 INFO kablam! Oct 11 22:57:45.624 INFO kablam! warning: constant item is never used: `AUDIT_ARCH_PPC64` Oct 11 22:57:45.624 INFO kablam! --> platform/linux/seccomp.rs:130:1 Oct 11 22:57:45.624 INFO kablam! | Oct 11 22:57:45.624 INFO kablam! 130 | const AUDIT_ARCH_PPC64: u32 = EM_PPC64 | __AUDIT_ARCH_64BIT; Oct 11 22:57:45.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:45.624 INFO kablam! Oct 11 22:57:45.624 INFO kablam! warning: constant item is never used: `AUDIT_ARCH_PPC64LE` Oct 11 22:57:45.624 INFO kablam! --> platform/linux/seccomp.rs:132:1 Oct 11 22:57:45.624 INFO kablam! | Oct 11 22:57:45.624 INFO kablam! 132 | const AUDIT_ARCH_PPC64LE: u32 = EM_PPC64 | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE; Oct 11 22:57:45.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:57:45.624 INFO kablam! Oct 11 22:57:47.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.72s Oct 11 22:57:47.101 INFO kablam! su: No module specific data is present Oct 11 22:57:47.941 INFO running `"docker" "rm" "-f" "4e132b26bf262d14ba11ec47b025b6017720079845222849404d4acbfee082ef"` Oct 11 22:57:48.189 INFO blam! 4e132b26bf262d14ba11ec47b025b6017720079845222849404d4acbfee082ef