[INFO] updating cached repository https://github.com/dflemstr/shipit
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] e94f4bce3d0076dc380e60b350552b69c6376a09
[INFO] checking dflemstr/shipit against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdflemstr%2Fshipit" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/dflemstr/shipit on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/dflemstr/shipit
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/dflemstr/shipit
[INFO] tweaked toml for git repo https://github.com/dflemstr/shipit written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/dflemstr/shipit already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 3c15a09b7b4437936926154624476e18abaee5f073dfea30f4b8b2c585c9f6b8
[INFO] running `"docker" "start" "-a" "3c15a09b7b4437936926154624476e18abaee5f073dfea30f4b8b2c585c9f6b8"`
[INFO] [stderr]     Checking protobuf v0.0.10
[INFO] [stderr]     Checking zmq-sys v0.6.6
[INFO] [stderr]     Checking zmq v0.6.7
[INFO] [stderr] error[E0532]: expected tuple struct or tuple variant, found unit variant `RustType::Bool`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-0.0.10/src/lib/codegen.rs:164:13
[INFO] [stderr]     |
[INFO] [stderr] 164 |             RustType::Bool(..)                       => "false".to_string(),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ not a tuple struct or tuple variant
[INFO] [stderr]     |
[INFO] [stderr] help: possible better candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use reflect::accessor::RepeatedGet::Bool;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use reflect::accessor::SingularGet::Bool;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `consts` in `libc`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:12:11
[INFO] [stderr]    |
[INFO] [stderr] 12 | use libc::consts::os::posix88;
[INFO] [stderr]    |           ^^^^^^ could not find `consts` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:126:23
[INFO] [stderr]     |
[INFO] [stderr] 126 |     EACCES          = posix88::EACCES as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:127:23
[INFO] [stderr]     |
[INFO] [stderr] 127 |     EADDRINUSE      = posix88::EADDRINUSE as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:128:23
[INFO] [stderr]     |
[INFO] [stderr] 128 |     EAGAIN          = posix88::EAGAIN as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:129:23
[INFO] [stderr]     |
[INFO] [stderr] 129 |     EBUSY           = posix88::EBUSY as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:130:23
[INFO] [stderr]     |
[INFO] [stderr] 130 |     ECONNREFUSED    = posix88::ECONNREFUSED as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:131:23
[INFO] [stderr]     |
[INFO] [stderr] 131 |     EFAULT          = posix88::EFAULT as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:132:23
[INFO] [stderr]     |
[INFO] [stderr] 132 |     EHOSTUNREACH    = posix88::EHOSTUNREACH as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:133:23
[INFO] [stderr]     |
[INFO] [stderr] 133 |     EINPROGRESS     = posix88::EINPROGRESS as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:134:23
[INFO] [stderr]     |
[INFO] [stderr] 134 |     EINVAL          = posix88::EINVAL as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:135:23
[INFO] [stderr]     |
[INFO] [stderr] 135 |     EMFILE          = posix88::EMFILE as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:136:23
[INFO] [stderr]     |
[INFO] [stderr] 136 |     EMSGSIZE        = posix88::EMSGSIZE as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:137:23
[INFO] [stderr]     |
[INFO] [stderr] 137 |     ENAMETOOLONG    = posix88::ENAMETOOLONG as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:138:23
[INFO] [stderr]     |
[INFO] [stderr] 138 |     ENODEV          = posix88::ENODEV as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:139:23
[INFO] [stderr]     |
[INFO] [stderr] 139 |     ENOENT          = posix88::ENOENT as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:140:23
[INFO] [stderr]     |
[INFO] [stderr] 140 |     ENOMEM          = posix88::ENOMEM as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:141:23
[INFO] [stderr]     |
[INFO] [stderr] 141 |     ENOTCONN        = posix88::ENOTCONN as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:142:23
[INFO] [stderr]     |
[INFO] [stderr] 142 |     ENOTSOCK        = posix88::ENOTSOCK as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:143:23
[INFO] [stderr]     |
[INFO] [stderr] 143 |     EPROTO          = posix88::EPROTO as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:144:23
[INFO] [stderr]     |
[INFO] [stderr] 144 |     EPROTONOSUPPORT = posix88::EPROTONOSUPPORT as isize,
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:166:13
[INFO] [stderr]     |
[INFO] [stderr] 166 |             posix88::EACCES          => Error::EACCES,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:167:13
[INFO] [stderr]     |
[INFO] [stderr] 167 |             posix88::EADDRINUSE      => Error::EADDRINUSE,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:168:13
[INFO] [stderr]     |
[INFO] [stderr] 168 |             posix88::EAGAIN          => Error::EAGAIN,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:169:13
[INFO] [stderr]     |
[INFO] [stderr] 169 |             posix88::EBUSY           => Error::EBUSY,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:170:13
[INFO] [stderr]     |
[INFO] [stderr] 170 |             posix88::ECONNREFUSED    => Error::ECONNREFUSED,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:171:13
[INFO] [stderr]     |
[INFO] [stderr] 171 |             posix88::EFAULT          => Error::EFAULT,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:172:13
[INFO] [stderr]     |
[INFO] [stderr] 172 |             posix88::EHOSTUNREACH    => Error::EHOSTUNREACH,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:173:13
[INFO] [stderr]     |
[INFO] [stderr] 173 |             posix88::EINPROGRESS     => Error::EINPROGRESS,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:174:13
[INFO] [stderr]     |
[INFO] [stderr] 174 |             posix88::EINVAL          => Error::EINVAL,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:175:13
[INFO] [stderr]     |
[INFO] [stderr] 175 |             posix88::EMFILE          => Error::EMFILE,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:176:13
[INFO] [stderr]     |
[INFO] [stderr] 176 |             posix88::EMSGSIZE        => Error::EMSGSIZE,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:177:13
[INFO] [stderr]     |
[INFO] [stderr] 177 |             posix88::ENAMETOOLONG    => Error::ENAMETOOLONG,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:178:13
[INFO] [stderr]     |
[INFO] [stderr] 178 |             posix88::ENODEV          => Error::ENODEV,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:179:13
[INFO] [stderr]     |
[INFO] [stderr] 179 |             posix88::ENOENT          => Error::ENOENT,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:180:13
[INFO] [stderr]     |
[INFO] [stderr] 180 |             posix88::ENOMEM          => Error::ENOMEM,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:181:13
[INFO] [stderr]     |
[INFO] [stderr] 181 |             posix88::ENOTCONN        => Error::ENOTCONN,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:182:13
[INFO] [stderr]     |
[INFO] [stderr] 182 |             posix88::ENOTSOCK        => Error::ENOTSOCK,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:183:13
[INFO] [stderr]     |
[INFO] [stderr] 183 |             posix88::EPROTO          => Error::EPROTO,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.6.7/src/lib.rs:184:13
[INFO] [stderr]     |
[INFO] [stderr] 184 |             posix88::EPROTONOSUPPORT => Error::EPROTONOSUPPORT,
[INFO] [stderr]     |             ^^^^^^^ use of undeclared type or module `posix88`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 39 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `zmq`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-0.0.10/src/lib/paginate.rs:2:39
[INFO] [stderr]    |
[INFO] [stderr] 2  |     fn paginate(self, page: usize) -> Paginate<Self>;
[INFO] [stderr]    |                                       ^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: std::marker::Sized`
[INFO] [stderr]    |                                       |
[INFO] [stderr]    |                                       doesn't have a size known at compile-time
[INFO] [stderr] ...
[INFO] [stderr] 14 | struct Paginate<I> {
[INFO] [stderr]    | ------------------ required by `paginate::Paginate`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::marker::Sized` is not implemented for `Self`
[INFO] [stderr]    = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0532.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `protobuf`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "3c15a09b7b4437936926154624476e18abaee5f073dfea30f4b8b2c585c9f6b8"`
[INFO] running `"docker" "rm" "-f" "3c15a09b7b4437936926154624476e18abaee5f073dfea30f4b8b2c585c9f6b8"`
[INFO] [stdout] 3c15a09b7b4437936926154624476e18abaee5f073dfea30f4b8b2c585c9f6b8
