Oct 11 18:34:43.855 INFO testing ioctl-macros-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 18:34:43.855 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 18:34:43.855 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 18:34:44.368 INFO blam! 9b282118b475de9018fd7816bfa12e34d7a95167b0b1115c2e90ee221634afa8 Oct 11 18:34:44.376 INFO running `"docker" "start" "-a" "9b282118b475de9018fd7816bfa12e34d7a95167b0b1115c2e90ee221634afa8"` Oct 11 18:34:45.644 INFO kablam! usermod: no changes Oct 11 18:34:45.692 INFO kablam! Compiling ioctl-macros v0.1.0 (/source) Oct 11 18:34:46.584 INFO kablam! warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build Oct 11 18:34:46.584 INFO kablam! --> build.rs:4:5 Oct 11 18:34:46.584 INFO kablam! | Oct 11 18:34:46.584 INFO kablam! 4 | gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a"); Oct 11 18:34:46.584 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 18:34:46.584 INFO kablam! | Oct 11 18:34:46.584 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 18:34:46.584 INFO kablam! Oct 11 18:34:46.584 INFO kablam! warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained Oct 11 18:34:46.584 INFO kablam! --> build.rs:4:5 Oct 11 18:34:46.584 INFO kablam! | Oct 11 18:34:46.584 INFO kablam! 4 | gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a"); Oct 11 18:34:46.584 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 18:34:46.584 INFO kablam! Oct 11 18:34:47.360 INFO kablam! warning: src/ioctl.c:4:0: warning: "_IOR" redefined Oct 11 18:34:47.360 INFO kablam! warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) Oct 11 18:34:47.360 INFO kablam! warning: ^ Oct 11 18:34:47.360 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 11 18:34:47.360 INFO kablam! warning: from src/ioctl.c:2: Oct 11 18:34:47.360 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:75:0: note: this is the location of the previous definition Oct 11 18:34:47.360 INFO kablam! warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) Oct 11 18:34:47.360 INFO kablam! warning: ^ Oct 11 18:34:47.360 INFO kablam! warning: src/ioctl.c:5:0: warning: "_IOW" redefined Oct 11 18:34:47.360 INFO kablam! warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) Oct 11 18:34:47.360 INFO kablam! warning: ^ Oct 11 18:34:47.360 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 11 18:34:47.360 INFO kablam! warning: from src/ioctl.c:2: Oct 11 18:34:47.360 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:76:0: note: this is the location of the previous definition Oct 11 18:34:47.360 INFO kablam! warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Oct 11 18:34:47.360 INFO kablam! warning: ^ Oct 11 18:34:47.360 INFO kablam! warning: src/ioctl.c:6:0: warning: "_IOWR" redefined Oct 11 18:34:47.360 INFO kablam! warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) Oct 11 18:34:47.360 INFO kablam! warning: ^ Oct 11 18:34:47.360 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 11 18:34:47.360 INFO kablam! warning: from src/ioctl.c:2: Oct 11 18:34:47.360 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:77:0: note: this is the location of the previous definition Oct 11 18:34:47.360 INFO kablam! warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Oct 11 18:34:47.360 INFO kablam! warning: ^ Oct 11 18:34:48.218 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.54s Oct 11 18:34:48.220 INFO kablam! su: No module specific data is present Oct 11 18:34:48.919 INFO running `"docker" "rm" "-f" "9b282118b475de9018fd7816bfa12e34d7a95167b0b1115c2e90ee221634afa8"` Oct 11 18:34:49.200 INFO blam! 9b282118b475de9018fd7816bfa12e34d7a95167b0b1115c2e90ee221634afa8 Oct 11 18:34:49.211 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 18:34:49.211 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 18:34:49.484 INFO blam! a1da664b1b1cd7d9088cf5f4cd1c205f904dfbbc054ec2cc0f9f93998d26f2b6 Oct 11 18:34:49.493 INFO running `"docker" "start" "-a" "a1da664b1b1cd7d9088cf5f4cd1c205f904dfbbc054ec2cc0f9f93998d26f2b6"` Oct 11 18:34:50.557 INFO kablam! usermod: no changes Oct 11 18:34:50.612 INFO kablam! warning: src/ioctl.c:4:0: warning: "_IOR" redefined Oct 11 18:34:50.612 INFO kablam! warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) Oct 11 18:34:50.612 INFO kablam! warning: ^ Oct 11 18:34:50.612 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 11 18:34:50.612 INFO kablam! warning: from src/ioctl.c:2: Oct 11 18:34:50.612 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:75:0: note: this is the location of the previous definition Oct 11 18:34:50.612 INFO kablam! warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) Oct 11 18:34:50.612 INFO kablam! warning: ^ Oct 11 18:34:50.612 INFO kablam! warning: src/ioctl.c:5:0: warning: "_IOW" redefined Oct 11 18:34:50.612 INFO kablam! warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) Oct 11 18:34:50.612 INFO kablam! warning: ^ Oct 11 18:34:50.612 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 11 18:34:50.612 INFO kablam! warning: from src/ioctl.c:2: Oct 11 18:34:50.612 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:76:0: note: this is the location of the previous definition Oct 11 18:34:50.612 INFO kablam! warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Oct 11 18:34:50.612 INFO kablam! warning: ^ Oct 11 18:34:50.612 INFO kablam! warning: src/ioctl.c:6:0: warning: "_IOWR" redefined Oct 11 18:34:50.612 INFO kablam! warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) Oct 11 18:34:50.612 INFO kablam! warning: ^ Oct 11 18:34:50.613 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 11 18:34:50.613 INFO kablam! warning: from src/ioctl.c:2: Oct 11 18:34:50.613 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:77:0: note: this is the location of the previous definition Oct 11 18:34:50.613 INFO kablam! warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Oct 11 18:34:50.613 INFO kablam! warning: ^ Oct 11 18:34:50.613 INFO kablam! Compiling ioctl-macros v0.1.0 (/source) Oct 11 18:34:51.974 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Oct 11 18:34:51.976 INFO kablam! su: No module specific data is present Oct 11 18:34:52.586 INFO running `"docker" "rm" "-f" "a1da664b1b1cd7d9088cf5f4cd1c205f904dfbbc054ec2cc0f9f93998d26f2b6"` Oct 11 18:34:52.768 INFO blam! a1da664b1b1cd7d9088cf5f4cd1c205f904dfbbc054ec2cc0f9f93998d26f2b6 Oct 11 18:34:52.771 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 18:34:52.771 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 18:34:53.036 INFO blam! 85d5d180f342ed290bbb68873493c874af70b56f787d0ee07c9fb5904e5c9491 Oct 11 18:34:53.042 INFO running `"docker" "start" "-a" "85d5d180f342ed290bbb68873493c874af70b56f787d0ee07c9fb5904e5c9491"` Oct 11 18:34:53.649 INFO kablam! usermod: no changes Oct 11 18:34:53.704 INFO kablam! warning: src/ioctl.c:4:0: warning: "_IOR" redefined Oct 11 18:34:53.704 INFO kablam! warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) Oct 11 18:34:53.704 INFO kablam! warning: ^ Oct 11 18:34:53.704 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 11 18:34:53.704 INFO kablam! warning: from src/ioctl.c:2: Oct 11 18:34:53.704 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:75:0: note: this is the location of the previous definition Oct 11 18:34:53.704 INFO kablam! warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) Oct 11 18:34:53.704 INFO kablam! warning: ^ Oct 11 18:34:53.704 INFO kablam! warning: src/ioctl.c:5:0: warning: "_IOW" redefined Oct 11 18:34:53.704 INFO kablam! warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) Oct 11 18:34:53.704 INFO kablam! warning: ^ Oct 11 18:34:53.704 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 11 18:34:53.704 INFO kablam! warning: from src/ioctl.c:2: Oct 11 18:34:53.704 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:76:0: note: this is the location of the previous definition Oct 11 18:34:53.704 INFO kablam! warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Oct 11 18:34:53.704 INFO kablam! warning: ^ Oct 11 18:34:53.705 INFO kablam! warning: src/ioctl.c:6:0: warning: "_IOWR" redefined Oct 11 18:34:53.705 INFO kablam! warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) Oct 11 18:34:53.705 INFO kablam! warning: ^ Oct 11 18:34:53.705 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 11 18:34:53.705 INFO kablam! warning: from src/ioctl.c:2: Oct 11 18:34:53.705 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:77:0: note: this is the location of the previous definition Oct 11 18:34:53.705 INFO kablam! warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Oct 11 18:34:53.705 INFO kablam! warning: ^ Oct 11 18:34:53.705 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 18:34:53.712 INFO kablam! Running /target/debug/deps/ioctl_macros-a974756abe7a4e02 Oct 11 18:34:53.719 INFO blam! Oct 11 18:34:53.719 INFO blam! running 0 tests Oct 11 18:34:53.720 INFO blam! Oct 11 18:34:53.720 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 18:34:53.720 INFO blam! Oct 11 18:34:53.720 INFO kablam! Doc-tests ioctl-macros Oct 11 18:34:55.075 INFO blam! Oct 11 18:34:55.075 INFO blam! running 0 tests Oct 11 18:34:55.075 INFO blam! Oct 11 18:34:55.075 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 18:34:55.075 INFO blam! Oct 11 18:34:55.080 INFO kablam! su: No module specific data is present Oct 11 18:34:55.435 INFO running `"docker" "rm" "-f" "85d5d180f342ed290bbb68873493c874af70b56f787d0ee07c9fb5904e5c9491"` Oct 11 18:34:55.568 INFO blam! 85d5d180f342ed290bbb68873493c874af70b56f787d0ee07c9fb5904e5c9491