[INFO] crate ioctl-macros 0.1.0 is already in cache
[INFO] checking ioctl-macros-0.1.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate ioctl-macros 0.1.0 into /workspace/builds/worker-14/source
[INFO] validating manifest of crates.io crate ioctl-macros 0.1.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate ioctl-macros 0.1.0
[INFO] finished tweaking crates.io crate ioctl-macros 0.1.0
[INFO] tweaked toml for crates.io crate ioctl-macros 0.1.0 written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ee0950eabc462667faf7f06880e8727201d3d73f6028a538729c978bfecb152a
[INFO] running `"docker" "start" "-a" "ee0950eabc462667faf7f06880e8727201d3d73f6028a538729c978bfecb152a"`
[INFO] [stderr]    Compiling ioctl-macros v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build
[INFO] [stderr]  --> build.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a");
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stderr]  --> build.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a");
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: src/ioctl.c:4:0: warning: "_IOR" redefined
[INFO] [stderr] warning:  # define _IOR(type,nr,size)     _IOC(_IOC_READ,(type),(nr),(size))
[INFO] [stderr] warning: 
[INFO] [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0,
[INFO] [stderr] warning:                  from src/ioctl.c:2:
[INFO] [stderr] warning: /usr/include/asm-generic/ioctl.h:84:0: note: this is the location of the previous definition
[INFO] [stderr] warning:  #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size)))
[INFO] [stderr] warning: 
[INFO] [stderr] warning: src/ioctl.c:5:0: warning: "_IOW" redefined
[INFO] [stderr] warning:  # define _IOW(type,nr,size)     _IOC(_IOC_WRITE,(type),(nr),(size))
[INFO] [stderr] warning: 
[INFO] [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0,
[INFO] [stderr] warning:                  from src/ioctl.c:2:
[INFO] [stderr] warning: /usr/include/asm-generic/ioctl.h:85:0: note: this is the location of the previous definition
[INFO] [stderr] warning:  #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size)))
[INFO] [stderr] warning: 
[INFO] [stderr] warning: src/ioctl.c:6:0: warning: "_IOWR" redefined
[INFO] [stderr] warning:  # define _IOWR(type,nr,size)    _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size))
[INFO] [stderr] warning: 
[INFO] [stderr] warning: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:0,
[INFO] [stderr] warning:                  from src/ioctl.c:2:
[INFO] [stderr] warning: /usr/include/asm-generic/ioctl.h:86:0: note: this is the location of the previous definition
[INFO] [stderr] warning:  #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size)))
[INFO] [stderr] warning: 
[INFO] [stderr] warning: `#[inline]` is ignored on function prototypes
[INFO] [stderr]  --> src/lib.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     #[inline]
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_attributes)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on function prototypes
[INFO] [stderr]  --> src/lib.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     #[inline]
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on function prototypes
[INFO] [stderr]   --> src/lib.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 |     #[inline]
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on function prototypes
[INFO] [stderr]   --> src/lib.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     #[inline]
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on function prototypes
[INFO] [stderr]  --> src/lib.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     #[inline]
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_attributes)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on function prototypes
[INFO] [stderr]  --> src/lib.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     #[inline]
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on function prototypes
[INFO] [stderr]   --> src/lib.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 |     #[inline]
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` is ignored on function prototypes
[INFO] [stderr]   --> src/lib.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     #[inline]
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.25s
[INFO] running `"docker" "inspect" "ee0950eabc462667faf7f06880e8727201d3d73f6028a538729c978bfecb152a"`
[INFO] running `"docker" "rm" "-f" "ee0950eabc462667faf7f06880e8727201d3d73f6028a538729c978bfecb152a"`
[INFO] [stdout] ee0950eabc462667faf7f06880e8727201d3d73f6028a538729c978bfecb152a
