Oct 16 05:26:40.157 INFO testing ioctl-macros-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 05:26:40.157 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 05:26:40.644 INFO blam! e60a678117a8370d018a633a25a8a52da7ca1438dd6993c4c22531a7c6c6a839 Oct 16 05:26:40.646 INFO running `"docker" "start" "-a" "e60a678117a8370d018a633a25a8a52da7ca1438dd6993c4c22531a7c6c6a839"` Oct 16 05:26:42.063 INFO kablam! usermod: no changes Oct 16 05:26:42.152 INFO kablam! Compiling ioctl-macros v0.1.0 (/source) Oct 16 05:26:42.823 INFO kablam! warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build Oct 16 05:26:42.824 INFO kablam! --> build.rs:4:5 Oct 16 05:26:42.824 INFO kablam! | Oct 16 05:26:42.824 INFO kablam! 4 | gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a"); Oct 16 05:26:42.824 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 05:26:42.825 INFO kablam! | Oct 16 05:26:42.825 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 05:26:42.825 INFO kablam! Oct 16 05:26:42.826 INFO kablam! warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained Oct 16 05:26:42.826 INFO kablam! --> build.rs:4:5 Oct 16 05:26:42.826 INFO kablam! | Oct 16 05:26:42.827 INFO kablam! 4 | gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a"); Oct 16 05:26:42.827 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 05:26:42.827 INFO kablam! Oct 16 05:26:43.511 INFO kablam! warning: src/ioctl.c:4:0: warning: "_IOR" redefined Oct 16 05:26:43.511 INFO kablam! warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) Oct 16 05:26:43.511 INFO kablam! warning: ^ Oct 16 05:26:43.511 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 16 05:26:43.511 INFO kablam! warning: from src/ioctl.c:2: Oct 16 05:26:43.511 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:75:0: note: this is the location of the previous definition Oct 16 05:26:43.511 INFO kablam! warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) Oct 16 05:26:43.511 INFO kablam! warning: ^ Oct 16 05:26:43.511 INFO kablam! warning: src/ioctl.c:5:0: warning: "_IOW" redefined Oct 16 05:26:43.511 INFO kablam! warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) Oct 16 05:26:43.511 INFO kablam! warning: ^ Oct 16 05:26:43.511 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 16 05:26:43.511 INFO kablam! warning: from src/ioctl.c:2: Oct 16 05:26:43.511 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:76:0: note: this is the location of the previous definition Oct 16 05:26:43.511 INFO kablam! warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Oct 16 05:26:43.511 INFO kablam! warning: ^ Oct 16 05:26:43.511 INFO kablam! warning: src/ioctl.c:6:0: warning: "_IOWR" redefined Oct 16 05:26:43.511 INFO kablam! warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) Oct 16 05:26:43.511 INFO kablam! warning: ^ Oct 16 05:26:43.511 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 16 05:26:43.511 INFO kablam! warning: from src/ioctl.c:2: Oct 16 05:26:43.511 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:77:0: note: this is the location of the previous definition Oct 16 05:26:43.511 INFO kablam! warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Oct 16 05:26:43.511 INFO kablam! warning: ^ Oct 16 05:26:44.114 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.02s Oct 16 05:26:44.117 INFO kablam! su: No module specific data is present Oct 16 05:26:44.782 INFO running `"docker" "rm" "-f" "e60a678117a8370d018a633a25a8a52da7ca1438dd6993c4c22531a7c6c6a839"` Oct 16 05:26:45.086 INFO blam! e60a678117a8370d018a633a25a8a52da7ca1438dd6993c4c22531a7c6c6a839 Oct 16 05:26:45.103 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 05:26:45.503 INFO blam! c757fd5362bf6171e4f8be7a0a0220ebc3421d5681d271a87caeda91a57343b5 Oct 16 05:26:45.519 INFO running `"docker" "start" "-a" "c757fd5362bf6171e4f8be7a0a0220ebc3421d5681d271a87caeda91a57343b5"` Oct 16 05:26:46.612 INFO kablam! usermod: no changes Oct 16 05:26:46.695 INFO kablam! warning: src/ioctl.c:4:0: warning: "_IOR" redefined Oct 16 05:26:46.695 INFO kablam! warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) Oct 16 05:26:46.695 INFO kablam! warning: ^ Oct 16 05:26:46.695 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 16 05:26:46.695 INFO kablam! warning: from src/ioctl.c:2: Oct 16 05:26:46.695 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:75:0: note: this is the location of the previous definition Oct 16 05:26:46.695 INFO kablam! warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) Oct 16 05:26:46.695 INFO kablam! warning: ^ Oct 16 05:26:46.695 INFO kablam! warning: src/ioctl.c:5:0: warning: "_IOW" redefined Oct 16 05:26:46.695 INFO kablam! warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) Oct 16 05:26:46.695 INFO kablam! warning: ^ Oct 16 05:26:46.695 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 16 05:26:46.695 INFO kablam! warning: from src/ioctl.c:2: Oct 16 05:26:46.695 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:76:0: note: this is the location of the previous definition Oct 16 05:26:46.695 INFO kablam! warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Oct 16 05:26:46.695 INFO kablam! warning: ^ Oct 16 05:26:46.695 INFO kablam! warning: src/ioctl.c:6:0: warning: "_IOWR" redefined Oct 16 05:26:46.695 INFO kablam! warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) Oct 16 05:26:46.695 INFO kablam! warning: ^ Oct 16 05:26:46.695 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 16 05:26:46.695 INFO kablam! warning: from src/ioctl.c:2: Oct 16 05:26:46.695 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:77:0: note: this is the location of the previous definition Oct 16 05:26:46.695 INFO kablam! warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Oct 16 05:26:46.695 INFO kablam! warning: ^ Oct 16 05:26:46.695 INFO kablam! Compiling ioctl-macros v0.1.0 (/source) Oct 16 05:26:47.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 16 05:26:47.927 INFO kablam! su: No module specific data is present Oct 16 05:26:48.704 INFO running `"docker" "rm" "-f" "c757fd5362bf6171e4f8be7a0a0220ebc3421d5681d271a87caeda91a57343b5"` Oct 16 05:26:48.907 INFO blam! c757fd5362bf6171e4f8be7a0a0220ebc3421d5681d271a87caeda91a57343b5 Oct 16 05:26:48.911 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --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 16 05:26:49.307 INFO blam! 741dd65d6a566c23d02ac07d9bdaf3d8cd2432f7610417b34f33c591eb419c74 Oct 16 05:26:49.323 INFO running `"docker" "start" "-a" "741dd65d6a566c23d02ac07d9bdaf3d8cd2432f7610417b34f33c591eb419c74"` Oct 16 05:26:50.288 INFO kablam! usermod: no changes Oct 16 05:26:50.352 INFO kablam! warning: src/ioctl.c:4:0: warning: "_IOR" redefined Oct 16 05:26:50.352 INFO kablam! warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) Oct 16 05:26:50.353 INFO kablam! warning: ^ Oct 16 05:26:50.353 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 16 05:26:50.353 INFO kablam! warning: from src/ioctl.c:2: Oct 16 05:26:50.353 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:75:0: note: this is the location of the previous definition Oct 16 05:26:50.353 INFO kablam! warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) Oct 16 05:26:50.354 INFO kablam! warning: ^ Oct 16 05:26:50.354 INFO kablam! warning: src/ioctl.c:5:0: warning: "_IOW" redefined Oct 16 05:26:50.354 INFO kablam! warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) Oct 16 05:26:50.354 INFO kablam! warning: ^ Oct 16 05:26:50.355 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 16 05:26:50.355 INFO kablam! warning: from src/ioctl.c:2: Oct 16 05:26:50.355 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:76:0: note: this is the location of the previous definition Oct 16 05:26:50.355 INFO kablam! warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Oct 16 05:26:50.355 INFO kablam! warning: ^ Oct 16 05:26:50.356 INFO kablam! warning: src/ioctl.c:6:0: warning: "_IOWR" redefined Oct 16 05:26:50.357 INFO kablam! warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) Oct 16 05:26:50.357 INFO kablam! warning: ^ Oct 16 05:26:50.358 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 16 05:26:50.358 INFO kablam! warning: from src/ioctl.c:2: Oct 16 05:26:50.358 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:77:0: note: this is the location of the previous definition Oct 16 05:26:50.359 INFO kablam! warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Oct 16 05:26:50.359 INFO kablam! warning: ^ Oct 16 05:26:50.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 16 05:26:50.360 INFO kablam! Running /target/debug/deps/ioctl_macros-a974756abe7a4e02 Oct 16 05:26:50.367 INFO kablam! Doc-tests ioctl-macros Oct 16 05:26:50.368 INFO blam! Oct 16 05:26:50.368 INFO blam! running 0 tests Oct 16 05:26:50.368 INFO blam! Oct 16 05:26:50.368 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:26:50.369 INFO blam! Oct 16 05:26:51.312 INFO blam! Oct 16 05:26:51.312 INFO blam! running 0 tests Oct 16 05:26:51.312 INFO blam! Oct 16 05:26:51.312 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:26:51.312 INFO blam! Oct 16 05:26:51.317 INFO kablam! su: No module specific data is present Oct 16 05:26:51.931 INFO running `"docker" "rm" "-f" "741dd65d6a566c23d02ac07d9bdaf3d8cd2432f7610417b34f33c591eb419c74"` Oct 16 05:26:52.167 INFO blam! 741dd65d6a566c23d02ac07d9bdaf3d8cd2432f7610417b34f33c591eb419c74