Dec 07 10:04:29.053 INFO testing ioctl-macros-0.1.0 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 07 10:04:29.054 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 07 10:04:29.496 INFO [stdout] 8d7dae062271c0992186c17aac51023c9ac44602ead4cb38fe79b8faf5598472 Dec 07 10:04:29.502 INFO running `"docker" "start" "-a" "8d7dae062271c0992186c17aac51023c9ac44602ead4cb38fe79b8faf5598472"` Dec 07 10:04:30.993 INFO [stderr] usermod: no changes Dec 07 10:04:31.068 INFO [stderr] Compiling ioctl-macros v0.1.0 (/source) Dec 07 10:04:31.624 INFO [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build Dec 07 10:04:31.624 INFO [stderr] --> build.rs:4:5 Dec 07 10:04:31.624 INFO [stderr] | Dec 07 10:04:31.624 INFO [stderr] 4 | gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a"); Dec 07 10:04:31.624 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 07 10:04:31.624 INFO [stderr] | Dec 07 10:04:31.624 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 07 10:04:31.624 INFO [stderr] Dec 07 10:04:31.628 INFO [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained Dec 07 10:04:31.628 INFO [stderr] --> build.rs:4:5 Dec 07 10:04:31.628 INFO [stderr] | Dec 07 10:04:31.628 INFO [stderr] 4 | gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a"); Dec 07 10:04:31.628 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 07 10:04:31.628 INFO [stderr] Dec 07 10:04:32.452 INFO [stderr] warning: src/ioctl.c:4:0: warning: "_IOR" redefined Dec 07 10:04:32.452 INFO [stderr] warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) Dec 07 10:04:32.452 INFO [stderr] warning: ^ Dec 07 10:04:32.452 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Dec 07 10:04:32.452 INFO [stderr] warning: from src/ioctl.c:2: Dec 07 10:04:32.452 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:75:0: note: this is the location of the previous definition Dec 07 10:04:32.452 INFO [stderr] warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) Dec 07 10:04:32.452 INFO [stderr] warning: ^ Dec 07 10:04:32.452 INFO [stderr] warning: src/ioctl.c:5:0: warning: "_IOW" redefined Dec 07 10:04:32.452 INFO [stderr] warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) Dec 07 10:04:32.452 INFO [stderr] warning: ^ Dec 07 10:04:32.452 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Dec 07 10:04:32.452 INFO [stderr] warning: from src/ioctl.c:2: Dec 07 10:04:32.452 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:76:0: note: this is the location of the previous definition Dec 07 10:04:32.452 INFO [stderr] warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Dec 07 10:04:32.452 INFO [stderr] warning: ^ Dec 07 10:04:32.452 INFO [stderr] warning: src/ioctl.c:6:0: warning: "_IOWR" redefined Dec 07 10:04:32.452 INFO [stderr] warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) Dec 07 10:04:32.452 INFO [stderr] warning: ^ Dec 07 10:04:32.452 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Dec 07 10:04:32.452 INFO [stderr] warning: from src/ioctl.c:2: Dec 07 10:04:32.452 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:77:0: note: this is the location of the previous definition Dec 07 10:04:32.452 INFO [stderr] warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Dec 07 10:04:32.452 INFO [stderr] warning: ^ Dec 07 10:04:33.120 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.10s Dec 07 10:04:33.120 INFO [stderr] su: No module specific data is present Dec 07 10:04:34.060 INFO running `"docker" "inspect" "8d7dae062271c0992186c17aac51023c9ac44602ead4cb38fe79b8faf5598472"` Dec 07 10:04:34.389 INFO running `"docker" "rm" "-f" "8d7dae062271c0992186c17aac51023c9ac44602ead4cb38fe79b8faf5598472"` Dec 07 10:04:34.592 INFO [stdout] 8d7dae062271c0992186c17aac51023c9ac44602ead4cb38fe79b8faf5598472 Dec 07 10:04:34.594 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 07 10:04:35.024 INFO [stdout] d196d4086f215d4f04390ba52c4809f383e9a54bc426e0416e196f79cdeb7f1f Dec 07 10:04:35.030 INFO running `"docker" "start" "-a" "d196d4086f215d4f04390ba52c4809f383e9a54bc426e0416e196f79cdeb7f1f"` Dec 07 10:04:36.436 INFO [stderr] usermod: no changes Dec 07 10:04:36.516 INFO [stderr] warning: src/ioctl.c:4:0: warning: "_IOR" redefined Dec 07 10:04:36.516 INFO [stderr] warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) Dec 07 10:04:36.516 INFO [stderr] warning: ^ Dec 07 10:04:36.516 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Dec 07 10:04:36.516 INFO [stderr] warning: from src/ioctl.c:2: Dec 07 10:04:36.516 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:75:0: note: this is the location of the previous definition Dec 07 10:04:36.516 INFO [stderr] warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) Dec 07 10:04:36.516 INFO [stderr] warning: ^ Dec 07 10:04:36.516 INFO [stderr] warning: src/ioctl.c:5:0: warning: "_IOW" redefined Dec 07 10:04:36.516 INFO [stderr] warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) Dec 07 10:04:36.516 INFO [stderr] warning: ^ Dec 07 10:04:36.516 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Dec 07 10:04:36.516 INFO [stderr] warning: from src/ioctl.c:2: Dec 07 10:04:36.516 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:76:0: note: this is the location of the previous definition Dec 07 10:04:36.516 INFO [stderr] warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Dec 07 10:04:36.516 INFO [stderr] warning: ^ Dec 07 10:04:36.516 INFO [stderr] warning: src/ioctl.c:6:0: warning: "_IOWR" redefined Dec 07 10:04:36.516 INFO [stderr] warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) Dec 07 10:04:36.516 INFO [stderr] warning: ^ Dec 07 10:04:36.516 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Dec 07 10:04:36.516 INFO [stderr] warning: from src/ioctl.c:2: Dec 07 10:04:36.516 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:77:0: note: this is the location of the previous definition Dec 07 10:04:36.516 INFO [stderr] warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Dec 07 10:04:36.516 INFO [stderr] warning: ^ Dec 07 10:04:36.516 INFO [stderr] Compiling ioctl-macros v0.1.0 (/source) Dec 07 10:04:37.648 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.18s Dec 07 10:04:37.649 INFO [stderr] su: No module specific data is present Dec 07 10:04:38.224 INFO running `"docker" "inspect" "d196d4086f215d4f04390ba52c4809f383e9a54bc426e0416e196f79cdeb7f1f"` Dec 07 10:04:38.496 INFO running `"docker" "rm" "-f" "d196d4086f215d4f04390ba52c4809f383e9a54bc426e0416e196f79cdeb7f1f"` Dec 07 10:04:38.707 INFO [stdout] d196d4086f215d4f04390ba52c4809f383e9a54bc426e0416e196f79cdeb7f1f Dec 07 10:04:38.716 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 07 10:04:39.072 INFO [stdout] 766206529d53505ee6decd4204b234473864f7a2889a6cbf1cc6b5db5e6ce111 Dec 07 10:04:39.076 INFO running `"docker" "start" "-a" "766206529d53505ee6decd4204b234473864f7a2889a6cbf1cc6b5db5e6ce111"` Dec 07 10:04:40.047 INFO [stderr] usermod: no changes Dec 07 10:04:40.116 INFO [stderr] warning: src/ioctl.c:4:0: warning: "_IOR" redefined Dec 07 10:04:40.116 INFO [stderr] warning: # define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(size)) Dec 07 10:04:40.116 INFO [stderr] warning: ^ Dec 07 10:04:40.116 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Dec 07 10:04:40.116 INFO [stderr] warning: from src/ioctl.c:2: Dec 07 10:04:40.116 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:75:0: note: this is the location of the previous definition Dec 07 10:04:40.116 INFO [stderr] warning: #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) Dec 07 10:04:40.116 INFO [stderr] warning: ^ Dec 07 10:04:40.116 INFO [stderr] warning: src/ioctl.c:5:0: warning: "_IOW" redefined Dec 07 10:04:40.116 INFO [stderr] warning: # define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(size)) Dec 07 10:04:40.116 INFO [stderr] warning: ^ Dec 07 10:04:40.116 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Dec 07 10:04:40.116 INFO [stderr] warning: from src/ioctl.c:2: Dec 07 10:04:40.116 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:76:0: note: this is the location of the previous definition Dec 07 10:04:40.116 INFO [stderr] warning: #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Dec 07 10:04:40.116 INFO [stderr] warning: ^ Dec 07 10:04:40.116 INFO [stderr] warning: src/ioctl.c:6:0: warning: "_IOWR" redefined Dec 07 10:04:40.116 INFO [stderr] warning: # define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size)) Dec 07 10:04:40.116 INFO [stderr] warning: ^ Dec 07 10:04:40.116 INFO [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0, Dec 07 10:04:40.116 INFO [stderr] warning: from src/ioctl.c:2: Dec 07 10:04:40.116 INFO [stderr] warning: /usr/include/asm-generic/ioctl.h:77:0: note: this is the location of the previous definition Dec 07 10:04:40.116 INFO [stderr] warning: #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) Dec 07 10:04:40.116 INFO [stderr] warning: ^ Dec 07 10:04:40.124 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Dec 07 10:04:40.128 INFO [stderr] Running /target/debug/deps/ioctl_macros-e5de92082ed8ae22 Dec 07 10:04:40.129 INFO [stdout] Dec 07 10:04:40.130 INFO [stdout] running 0 tests Dec 07 10:04:40.130 INFO [stdout] Dec 07 10:04:40.130 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 10:04:40.130 INFO [stdout] Dec 07 10:04:40.131 INFO [stderr] Doc-tests ioctl-macros Dec 07 10:04:41.059 INFO [stdout] Dec 07 10:04:41.059 INFO [stdout] running 0 tests Dec 07 10:04:41.059 INFO [stdout] Dec 07 10:04:41.059 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 10:04:41.059 INFO [stdout] Dec 07 10:04:41.066 INFO [stderr] su: No module specific data is present Dec 07 10:04:41.614 INFO running `"docker" "inspect" "766206529d53505ee6decd4204b234473864f7a2889a6cbf1cc6b5db5e6ce111"` Dec 07 10:04:41.996 INFO running `"docker" "rm" "-f" "766206529d53505ee6decd4204b234473864f7a2889a6cbf1cc6b5db5e6ce111"` Dec 07 10:04:42.240 INFO [stdout] 766206529d53505ee6decd4204b234473864f7a2889a6cbf1cc6b5db5e6ce111