Oct 13 13:22:02.617 INFO checking ioctl-macros-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 13:22:02.618 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 13 13:22:02.834 INFO blam! 307775f14c3279adedb8f4c742bd38212d18cfbe71d41e698b42ad78e5800747 Oct 13 13:22:02.836 INFO running `"docker" "start" "-a" "307775f14c3279adedb8f4c742bd38212d18cfbe71d41e698b42ad78e5800747"` Oct 13 13:22:03.496 INFO kablam! usermod: no changes Oct 13 13:22:03.536 INFO kablam! Compiling ioctl-macros v0.1.0 (/source) Oct 13 13:22:04.144 INFO kablam! warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build Oct 13 13:22:04.144 INFO kablam! --> build.rs:4:5 Oct 13 13:22:04.144 INFO kablam! | Oct 13 13:22:04.144 INFO kablam! 4 | gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a"); Oct 13 13:22:04.144 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 13:22:04.144 INFO kablam! | Oct 13 13:22:04.144 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 13:22:04.144 INFO kablam! Oct 13 13:22:04.144 INFO kablam! warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained Oct 13 13:22:04.144 INFO kablam! --> build.rs:4:5 Oct 13 13:22:04.144 INFO kablam! | Oct 13 13:22:04.144 INFO kablam! 4 | gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a"); Oct 13 13:22:04.144 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 13:22:04.144 INFO kablam! Oct 13 13:22:04.634 INFO kablam! warning: src/ioctl.c:4:0: warning: "_IOR" redefined Oct 13 13:22:04.635 INFO kablam! warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) Oct 13 13:22:04.636 INFO kablam! warning: ^ Oct 13 13:22:04.637 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 13 13:22:04.637 INFO kablam! warning: from src/ioctl.c:2: Oct 13 13:22:04.638 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:75:0: note: this is the location of the previous definition Oct 13 13:22:04.639 INFO kablam! warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) Oct 13 13:22:04.640 INFO kablam! warning: ^ Oct 13 13:22:04.641 INFO kablam! warning: src/ioctl.c:5:0: warning: "_IOW" redefined Oct 13 13:22:04.641 INFO kablam! warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) Oct 13 13:22:04.641 INFO kablam! warning: ^ Oct 13 13:22:04.642 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 13 13:22:04.642 INFO kablam! warning: from src/ioctl.c:2: Oct 13 13:22:04.642 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:76:0: note: this is the location of the previous definition Oct 13 13:22:04.642 INFO kablam! warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Oct 13 13:22:04.642 INFO kablam! warning: ^ Oct 13 13:22:04.642 INFO kablam! warning: src/ioctl.c:6:0: warning: "_IOWR" redefined Oct 13 13:22:04.642 INFO kablam! warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) Oct 13 13:22:04.643 INFO kablam! warning: ^ Oct 13 13:22:04.643 INFO kablam! warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Oct 13 13:22:04.644 INFO kablam! warning: from src/ioctl.c:2: Oct 13 13:22:04.644 INFO kablam! warning: /usr/include/asm-generic/ioctl.h:77:0: note: this is the location of the previous definition Oct 13 13:22:04.644 INFO kablam! warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Oct 13 13:22:04.645 INFO kablam! warning: ^ Oct 13 13:22:05.388 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.87s Oct 13 13:22:05.390 INFO kablam! su: No module specific data is present Oct 13 13:22:05.697 INFO running `"docker" "rm" "-f" "307775f14c3279adedb8f4c742bd38212d18cfbe71d41e698b42ad78e5800747"` Oct 13 13:22:05.792 INFO blam! 307775f14c3279adedb8f4c742bd38212d18cfbe71d41e698b42ad78e5800747