Nov 18 08:44:18.747 INFO testing ioctl-macros-0.1.0 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 08:44:18.748 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 08:44:19.155 INFO [stdout] 82fc8d3e38276ffef19d7e20b1a31ef30d72cbc0f53aa5183d526db851004d8e Nov 18 08:44:19.159 INFO running `"docker" "start" "-a" "82fc8d3e38276ffef19d7e20b1a31ef30d72cbc0f53aa5183d526db851004d8e"` Nov 18 08:44:20.123 INFO [stderr] usermod: no changes Nov 18 08:44:20.227 INFO [stderr] Compiling ioctl-macros v0.1.0 (/source) Nov 18 08:44:20.675 INFO [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build Nov 18 08:44:20.675 INFO [stderr] --> build.rs:4:5 Nov 18 08:44:20.675 INFO [stderr] | Nov 18 08:44:20.675 INFO [stderr] 4 | gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a"); Nov 18 08:44:20.675 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 18 08:44:20.675 INFO [stderr] | Nov 18 08:44:20.675 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 08:44:20.675 INFO [stderr] Nov 18 08:44:20.675 INFO [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained Nov 18 08:44:20.675 INFO [stderr] --> build.rs:4:5 Nov 18 08:44:20.675 INFO [stderr] | Nov 18 08:44:20.675 INFO [stderr] 4 | gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a"); Nov 18 08:44:20.675 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 18 08:44:20.675 INFO [stderr] Nov 18 08:44:21.445 INFO [stderr] warning: src/ioctl.c:4:0: warning: "_IOR" redefined Nov 18 08:44:21.445 INFO [stderr] warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) Nov 18 08:44:21.445 INFO [stderr] warning: ^ Nov 18 08:44:21.445 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Nov 18 08:44:21.445 INFO [stderr] warning: from src/ioctl.c:2: Nov 18 08:44:21.445 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:75:0: note: this is the location of the previous definition Nov 18 08:44:21.445 INFO [stderr] warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) Nov 18 08:44:21.445 INFO [stderr] warning: ^ Nov 18 08:44:21.445 INFO [stderr] warning: src/ioctl.c:5:0: warning: "_IOW" redefined Nov 18 08:44:21.445 INFO [stderr] warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) Nov 18 08:44:21.445 INFO [stderr] warning: ^ Nov 18 08:44:21.445 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Nov 18 08:44:21.445 INFO [stderr] warning: from src/ioctl.c:2: Nov 18 08:44:21.445 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:76:0: note: this is the location of the previous definition Nov 18 08:44:21.445 INFO [stderr] warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Nov 18 08:44:21.445 INFO [stderr] warning: ^ Nov 18 08:44:21.445 INFO [stderr] warning: src/ioctl.c:6:0: warning: "_IOWR" redefined Nov 18 08:44:21.445 INFO [stderr] warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) Nov 18 08:44:21.445 INFO [stderr] warning: ^ Nov 18 08:44:21.445 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Nov 18 08:44:21.445 INFO [stderr] warning: from src/ioctl.c:2: Nov 18 08:44:21.445 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:77:0: note: this is the location of the previous definition Nov 18 08:44:21.445 INFO [stderr] warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Nov 18 08:44:21.445 INFO [stderr] warning: ^ Nov 18 08:44:21.822 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.66s Nov 18 08:44:21.827 INFO [stderr] su: No module specific data is present Nov 18 08:44:22.591 INFO running `"docker" "inspect" "82fc8d3e38276ffef19d7e20b1a31ef30d72cbc0f53aa5183d526db851004d8e"` Nov 18 08:44:22.971 INFO running `"docker" "rm" "-f" "82fc8d3e38276ffef19d7e20b1a31ef30d72cbc0f53aa5183d526db851004d8e"` Nov 18 08:44:23.238 INFO [stdout] 82fc8d3e38276ffef19d7e20b1a31ef30d72cbc0f53aa5183d526db851004d8e Nov 18 08:44:23.241 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 08:44:23.571 INFO [stdout] 48289ed28b3255311ba12d2d781b01974e16771cc6f1f093da56a82bd0c19023 Nov 18 08:44:23.573 INFO running `"docker" "start" "-a" "48289ed28b3255311ba12d2d781b01974e16771cc6f1f093da56a82bd0c19023"` Nov 18 08:44:25.370 INFO [stderr] usermod: no changes Nov 18 08:44:25.423 INFO [stderr] warning: src/ioctl.c:4:0: warning: "_IOR" redefined Nov 18 08:44:25.423 INFO [stderr] warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) Nov 18 08:44:25.423 INFO [stderr] warning: ^ Nov 18 08:44:25.423 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Nov 18 08:44:25.423 INFO [stderr] warning: from src/ioctl.c:2: Nov 18 08:44:25.423 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:75:0: note: this is the location of the previous definition Nov 18 08:44:25.423 INFO [stderr] warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) Nov 18 08:44:25.423 INFO [stderr] warning: ^ Nov 18 08:44:25.423 INFO [stderr] warning: src/ioctl.c:5:0: warning: "_IOW" redefined Nov 18 08:44:25.423 INFO [stderr] warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) Nov 18 08:44:25.423 INFO [stderr] warning: ^ Nov 18 08:44:25.423 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Nov 18 08:44:25.423 INFO [stderr] warning: from src/ioctl.c:2: Nov 18 08:44:25.423 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:76:0: note: this is the location of the previous definition Nov 18 08:44:25.423 INFO [stderr] warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Nov 18 08:44:25.423 INFO [stderr] warning: ^ Nov 18 08:44:25.423 INFO [stderr] warning: src/ioctl.c:6:0: warning: "_IOWR" redefined Nov 18 08:44:25.423 INFO [stderr] warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) Nov 18 08:44:25.423 INFO [stderr] warning: ^ Nov 18 08:44:25.423 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Nov 18 08:44:25.423 INFO [stderr] warning: from src/ioctl.c:2: Nov 18 08:44:25.423 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:77:0: note: this is the location of the previous definition Nov 18 08:44:25.423 INFO [stderr] warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Nov 18 08:44:25.423 INFO [stderr] warning: ^ Nov 18 08:44:25.423 INFO [stderr] Compiling ioctl-macros v0.1.0 (/source) Nov 18 08:44:26.190 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.80s Nov 18 08:44:26.201 INFO [stderr] su: No module specific data is present Nov 18 08:44:27.123 INFO running `"docker" "inspect" "48289ed28b3255311ba12d2d781b01974e16771cc6f1f093da56a82bd0c19023"` Nov 18 08:44:27.329 INFO running `"docker" "rm" "-f" "48289ed28b3255311ba12d2d781b01974e16771cc6f1f093da56a82bd0c19023"` Nov 18 08:44:27.518 INFO [stdout] 48289ed28b3255311ba12d2d781b01974e16771cc6f1f093da56a82bd0c19023 Nov 18 08:44:27.526 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 08:44:27.897 INFO [stdout] ebf87fd702d788be2182123a8651d9757070be9459967e83247f386b5d8720f7 Nov 18 08:44:27.899 INFO running `"docker" "start" "-a" "ebf87fd702d788be2182123a8651d9757070be9459967e83247f386b5d8720f7"` Nov 18 08:44:29.167 INFO [stderr] usermod: no changes Nov 18 08:44:29.219 INFO [stderr] warning: src/ioctl.c:4:0: warning: "_IOR" redefined Nov 18 08:44:29.219 INFO [stderr] warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) Nov 18 08:44:29.219 INFO [stderr] warning: ^ Nov 18 08:44:29.219 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Nov 18 08:44:29.219 INFO [stderr] warning: from src/ioctl.c:2: Nov 18 08:44:29.219 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:75:0: note: this is the location of the previous definition Nov 18 08:44:29.219 INFO [stderr] warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) Nov 18 08:44:29.219 INFO [stderr] warning: ^ Nov 18 08:44:29.219 INFO [stderr] warning: src/ioctl.c:5:0: warning: "_IOW" redefined Nov 18 08:44:29.219 INFO [stderr] warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) Nov 18 08:44:29.219 INFO [stderr] warning: ^ Nov 18 08:44:29.219 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Nov 18 08:44:29.219 INFO [stderr] warning: from src/ioctl.c:2: Nov 18 08:44:29.219 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:76:0: note: this is the location of the previous definition Nov 18 08:44:29.219 INFO [stderr] warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Nov 18 08:44:29.219 INFO [stderr] warning: ^ Nov 18 08:44:29.219 INFO [stderr] warning: src/ioctl.c:6:0: warning: "_IOWR" redefined Nov 18 08:44:29.219 INFO [stderr] warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) Nov 18 08:44:29.219 INFO [stderr] warning: ^ Nov 18 08:44:29.219 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Nov 18 08:44:29.219 INFO [stderr] warning: from src/ioctl.c:2: Nov 18 08:44:29.219 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:77:0: note: this is the location of the previous definition Nov 18 08:44:29.219 INFO [stderr] warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Nov 18 08:44:29.219 INFO [stderr] warning: ^ Nov 18 08:44:29.219 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Nov 18 08:44:29.227 INFO [stderr] Running /target/debug/deps/ioctl_macros-a0b095a4d1d31a02 Nov 18 08:44:29.228 INFO [stdout] Nov 18 08:44:29.228 INFO [stdout] running 0 tests Nov 18 08:44:29.228 INFO [stdout] Nov 18 08:44:29.228 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 08:44:29.228 INFO [stdout] Nov 18 08:44:29.231 INFO [stderr] Doc-tests ioctl-macros Nov 18 08:44:29.898 INFO [stdout] Nov 18 08:44:29.898 INFO [stdout] running 0 tests Nov 18 08:44:29.898 INFO [stdout] Nov 18 08:44:29.899 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 08:44:29.899 INFO [stdout] Nov 18 08:44:29.900 INFO [stderr] su: No module specific data is present Nov 18 08:44:30.793 INFO running `"docker" "inspect" "ebf87fd702d788be2182123a8651d9757070be9459967e83247f386b5d8720f7"` Nov 18 08:44:31.053 INFO running `"docker" "rm" "-f" "ebf87fd702d788be2182123a8651d9757070be9459967e83247f386b5d8720f7"` Nov 18 08:44:31.361 INFO [stdout] ebf87fd702d788be2182123a8651d9757070be9459967e83247f386b5d8720f7