[INFO] fetching crate hypertube 0.2.3... [INFO] testing hypertube-0.2.3 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate hypertube 0.2.3 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate hypertube 0.2.3 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate hypertube 0.2.3 [INFO] tweaked toml for crates.io crate hypertube 0.2.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate hypertube 0.2.3 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate hypertube 0.2.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ioctl-sys v0.8.0 [INFO] [stderr] Downloaded cidr v0.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e24fa2d456204a0baf87809fdcbebf77c47d635e319a5bf37b65fea0b719bd7d [INFO] running `Command { std: "docker" "start" "-a" "e24fa2d456204a0baf87809fdcbebf77c47d635e319a5bf37b65fea0b719bd7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e24fa2d456204a0baf87809fdcbebf77c47d635e319a5bf37b65fea0b719bd7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e24fa2d456204a0baf87809fdcbebf77c47d635e319a5bf37b65fea0b719bd7d", kill_on_drop: false }` [INFO] [stdout] e24fa2d456204a0baf87809fdcbebf77c47d635e319a5bf37b65fea0b719bd7d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] bdac1c0815f2b3cb1f930be0b030586c11506b5d37192402820f76ccbd5a3083 [INFO] running `Command { std: "docker" "start" "-a" "bdac1c0815f2b3cb1f930be0b030586c11506b5d37192402820f76ccbd5a3083", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.167 [INFO] [stderr] Compiling ioctl-sys v0.8.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling cidr v0.2.3 [INFO] [stderr] Compiling hypertube v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/linux/device.rs:88:48 [INFO] [stdout] | [INFO] [stdout] 88 | if libc::ioctl(fd.as_raw_fd(), TUNSETIFF, &mut ifr as *mut _) < 0 { [INFO] [stdout] | ----------- ^^^^^^^^^ expected `i32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6767:12 [INFO] [stdout] | [INFO] [stdout] 6767 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 88 | if libc::ioctl(fd.as_raw_fd(), TUNSETIFF.try_into().unwrap(), &mut ifr as *mut _) < 0 { [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/linux/device.rs:149:50 [INFO] [stdout] | [INFO] [stdout] 149 | if libc::ioctl(self.ctl.as_raw_fd(), libc::SIOCGIFFLAGS, &mut ifr) < 0 { [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^ expected `i32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6767:12 [INFO] [stdout] | [INFO] [stdout] 6767 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 149 | if libc::ioctl(self.ctl.as_raw_fd(), libc::SIOCGIFFLAGS.try_into().unwrap(), &mut ifr) < 0 { [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/linux/device.rs:155:50 [INFO] [stdout] | [INFO] [stdout] 155 | if libc::ioctl(self.ctl.as_raw_fd(), libc::SIOCSIFFLAGS, &ifr) < 0 { [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^ expected `i32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6767:12 [INFO] [stdout] | [INFO] [stdout] 6767 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 155 | if libc::ioctl(self.ctl.as_raw_fd(), libc::SIOCSIFFLAGS.try_into().unwrap(), &ifr) < 0 { [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/linux/device.rs:170:50 [INFO] [stdout] | [INFO] [stdout] 170 | if libc::ioctl(self.ctl.as_raw_fd(), libc::SIOCSIFADDR, &ifr) < 0 { [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^ expected `i32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6767:12 [INFO] [stdout] | [INFO] [stdout] 6767 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 170 | if libc::ioctl(self.ctl.as_raw_fd(), libc::SIOCSIFADDR.try_into().unwrap(), &ifr) < 0 { [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/linux/device.rs:185:50 [INFO] [stdout] | [INFO] [stdout] 185 | if libc::ioctl(self.ctl.as_raw_fd(), libc::SIOCSIFNETMASK, &ifr) < 0 { [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6767:12 [INFO] [stdout] | [INFO] [stdout] 6767 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 185 | if libc::ioctl(self.ctl.as_raw_fd(), libc::SIOCSIFNETMASK.try_into().unwrap(), &ifr) < 0 { [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/linux/device.rs:212:44 [INFO] [stdout] | [INFO] [stdout] 212 | if libc::ioctl(fd.as_raw_fd(), TUNSETIFF, &mut interface_request as *mut _) < 0 { [INFO] [stdout] | ----------- ^^^^^^^^^ expected `i32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.167/src/unix/linux_like/linux/mod.rs:6767:12 [INFO] [stdout] | [INFO] [stdout] 6767 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 212 | if libc::ioctl(fd.as_raw_fd(), TUNSETIFF.try_into().unwrap(), &mut interface_request as *mut _) < 0 { [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hypertube` (lib) due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "bdac1c0815f2b3cb1f930be0b030586c11506b5d37192402820f76ccbd5a3083", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdac1c0815f2b3cb1f930be0b030586c11506b5d37192402820f76ccbd5a3083", kill_on_drop: false }` [INFO] [stdout] bdac1c0815f2b3cb1f930be0b030586c11506b5d37192402820f76ccbd5a3083