[INFO] crate ioctl-macros 0.1.0 is already in cache [INFO] testing ioctl-macros-0.1.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate ioctl-macros 0.1.0 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate ioctl-macros 0.1.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ioctl-macros 0.1.0 [INFO] finished tweaking crates.io crate ioctl-macros 0.1.0 [INFO] tweaked toml for crates.io crate ioctl-macros 0.1.0 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 3308cc7358b6c835e11a5932447112a0a4267ef59793ca556e50820f03351923 [INFO] running `"docker" "start" "-a" "3308cc7358b6c835e11a5932447112a0a4267ef59793ca556e50820f03351923"` [INFO] [stderr] Compiling ioctl-macros v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> build.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: src/ioctl.c:4:0: warning: "_IOR" redefined [INFO] [stderr] warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, [INFO] [stderr] warning: from src/ioctl.c:2: [INFO] [stderr] warning: /usr/include/asm-generic/ioctl.h:84:0: note: this is the location of the previous definition [INFO] [stderr] warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) [INFO] [stderr] warning: [INFO] [stderr] warning: src/ioctl.c:5:0: warning: "_IOW" redefined [INFO] [stderr] warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, [INFO] [stderr] warning: from src/ioctl.c:2: [INFO] [stderr] warning: /usr/include/asm-generic/ioctl.h:85:0: note: this is the location of the previous definition [INFO] [stderr] warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) [INFO] [stderr] warning: [INFO] [stderr] warning: src/ioctl.c:6:0: warning: "_IOWR" redefined [INFO] [stderr] warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, [INFO] [stderr] warning: from src/ioctl.c:2: [INFO] [stderr] warning: /usr/include/asm-generic/ioctl.h:86:0: note: this is the location of the previous definition [INFO] [stderr] warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) [INFO] [stderr] warning: [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `"docker" "inspect" "3308cc7358b6c835e11a5932447112a0a4267ef59793ca556e50820f03351923"` [INFO] running `"docker" "rm" "-f" "3308cc7358b6c835e11a5932447112a0a4267ef59793ca556e50820f03351923"` [INFO] [stdout] 3308cc7358b6c835e11a5932447112a0a4267ef59793ca556e50820f03351923 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 00abfc3f5f7b10670e3bfcebb0c69072085be082c37d6c182b8c5dcf9ba57987 [INFO] running `"docker" "start" "-a" "00abfc3f5f7b10670e3bfcebb0c69072085be082c37d6c182b8c5dcf9ba57987"` [INFO] [stderr] warning: src/ioctl.c:4:0: warning: "_IOR" redefined [INFO] [stderr] warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, [INFO] [stderr] warning: from src/ioctl.c:2: [INFO] [stderr] warning: /usr/include/asm-generic/ioctl.h:84:0: note: this is the location of the previous definition [INFO] [stderr] warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) [INFO] [stderr] warning: [INFO] [stderr] warning: src/ioctl.c:5:0: warning: "_IOW" redefined [INFO] [stderr] warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, [INFO] [stderr] warning: from src/ioctl.c:2: [INFO] [stderr] warning: /usr/include/asm-generic/ioctl.h:85:0: note: this is the location of the previous definition [INFO] [stderr] warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) [INFO] [stderr] warning: [INFO] [stderr] warning: src/ioctl.c:6:0: warning: "_IOWR" redefined [INFO] [stderr] warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, [INFO] [stderr] warning: from src/ioctl.c:2: [INFO] [stderr] warning: /usr/include/asm-generic/ioctl.h:86:0: note: this is the location of the previous definition [INFO] [stderr] warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) [INFO] [stderr] warning: [INFO] [stderr] Compiling ioctl-macros v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.28s [INFO] running `"docker" "inspect" "00abfc3f5f7b10670e3bfcebb0c69072085be082c37d6c182b8c5dcf9ba57987"` [INFO] running `"docker" "rm" "-f" "00abfc3f5f7b10670e3bfcebb0c69072085be082c37d6c182b8c5dcf9ba57987"` [INFO] [stdout] 00abfc3f5f7b10670e3bfcebb0c69072085be082c37d6c182b8c5dcf9ba57987 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] da2684364a8bc4c763ec1e5425fc0185c1c6ade8f4d0b3501d6e38861f4e07d3 [INFO] running `"docker" "start" "-a" "da2684364a8bc4c763ec1e5425fc0185c1c6ade8f4d0b3501d6e38861f4e07d3"` [INFO] [stderr] warning: src/ioctl.c:4:0: warning: "_IOR" redefined [INFO] [stderr] warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, [INFO] [stderr] warning: from src/ioctl.c:2: [INFO] [stderr] warning: /usr/include/asm-generic/ioctl.h:84:0: note: this is the location of the previous definition [INFO] [stderr] warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) [INFO] [stderr] warning: [INFO] [stderr] warning: src/ioctl.c:5:0: warning: "_IOW" redefined [INFO] [stderr] warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, [INFO] [stderr] warning: from src/ioctl.c:2: [INFO] [stderr] warning: /usr/include/asm-generic/ioctl.h:85:0: note: this is the location of the previous definition [INFO] [stderr] warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) [INFO] [stderr] warning: [INFO] [stderr] warning: src/ioctl.c:6:0: warning: "_IOWR" redefined [INFO] [stderr] warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, [INFO] [stderr] warning: from src/ioctl.c:2: [INFO] [stderr] warning: /usr/include/asm-generic/ioctl.h:86:0: note: this is the location of the previous definition [INFO] [stderr] warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) [INFO] [stderr] warning: [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ioctl_macros-900044f3d19ca1b3 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests ioctl-macros [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "da2684364a8bc4c763ec1e5425fc0185c1c6ade8f4d0b3501d6e38861f4e07d3"` [INFO] running `"docker" "rm" "-f" "da2684364a8bc4c763ec1e5425fc0185c1c6ade8f4d0b3501d6e38861f4e07d3"` [INFO] [stdout] da2684364a8bc4c763ec1e5425fc0185c1c6ade8f4d0b3501d6e38861f4e07d3