[INFO] updating cached repository https://github.com/mkpankov/rexdump
[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] e7b95cbc71ead66170ea2833e8e51a5cc7a9ba6a
[INFO] checking mkpankov/rexdump against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmkpankov%2Frexdump" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/mkpankov/rexdump 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/mkpankov/rexdump
[INFO] finished tweaking git repo https://github.com/mkpankov/rexdump
[INFO] tweaked toml for git repo https://github.com/mkpankov/rexdump written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/mkpankov/rexdump 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-0/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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] fec4cd2aed3fcdd9ef868b24bd95305f20d0269bf4d05b28165657fdc359701a
[INFO] running `"docker" "start" "-a" "fec4cd2aed3fcdd9ef868b24bd95305f20d0269bf4d05b28165657fdc359701a"`
[INFO] [stderr]     Checking syscall v0.2.1
[INFO] [stderr]     Checking num-rational v0.2.4
[INFO] [stderr]     Checking num v0.2.1
[INFO] [stderr]     Checking rexdump v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc`
[INFO] [stderr]   --> src/main.rs:25:15
[INFO] [stderr]    |
[INFO] [stderr] 25 |     use libc::types::os::arch::c95 as c95_t;
[INFO] [stderr]    |               ^^^^^ could not find `types` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc`
[INFO] [stderr]   --> src/main.rs:41:15
[INFO] [stderr]    |
[INFO] [stderr] 41 |     use libc::types::os::arch::c95 as c95_t;
[INFO] [stderr]    |               ^^^^^ could not find `types` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `consts` in `libc`
[INFO] [stderr]   --> src/main.rs:43:15
[INFO] [stderr]    |
[INFO] [stderr] 43 |     use libc::consts::os::posix88 as posix88_c;
[INFO] [stderr]    |               ^^^^^^ could not find `consts` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `libc::funcs`
[INFO] [stderr]   --> src/main.rs:26:15
[INFO] [stderr]    |
[INFO] [stderr] 26 |     use libc::funcs::c95 as c95_f;
[INFO] [stderr]    |               ^^^^^ could not find `funcs` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc`
[INFO] [stderr]   --> src/main.rs:45:15
[INFO] [stderr]    |
[INFO] [stderr] 45 |     use libc::types::os::arch::posix01;
[INFO] [stderr]    |               ^^^^^ could not find `types` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `consts` in `libc`
[INFO] [stderr]    --> src/main.rs:102:15
[INFO] [stderr]     |
[INFO] [stderr] 102 |     use libc::consts::os::posix88 as posix88_c;
[INFO] [stderr]     |               ^^^^^^ could not find `consts` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc`
[INFO] [stderr]    --> src/main.rs:103:15
[INFO] [stderr]     |
[INFO] [stderr] 103 |     use libc::types::common::c95::c_void;
[INFO] [stderr]     |               ^^^^^ could not find `types` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `consts` in `libc`
[INFO] [stderr]    --> src/main.rs:104:15
[INFO] [stderr]     |
[INFO] [stderr] 104 |     use libc::consts::os::extra;
[INFO] [stderr]     |               ^^^^^^ could not find `consts` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc`
[INFO] [stderr]    --> src/main.rs:105:15
[INFO] [stderr]     |
[INFO] [stderr] 105 |     use libc::types::os::arch::c95 as c95_t;
[INFO] [stderr]     |               ^^^^^ could not find `types` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `libc::funcs`
[INFO] [stderr]   --> src/main.rs:44:15
[INFO] [stderr]    |
[INFO] [stderr] 44 |     use libc::funcs::posix88 as posix88_f;
[INFO] [stderr]    |               ^^^^^ could not find `funcs` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `c95_t`
[INFO] [stderr]   --> src/main.rs:30:28
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub fn strerror(errno: c95_t::c_int) -> &'static str {
[INFO] [stderr]    |                            ^^^^^ use of undeclared type or module `c95_t`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `c95_t`
[INFO] [stderr]   --> src/main.rs:51:17
[INFO] [stderr]    |
[INFO] [stderr] 51 |         raw_fd: c95_t::c_int,
[INFO] [stderr]    |                 ^^^^^ use of undeclared type or module `c95_t`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88_c`
[INFO] [stderr]   --> src/main.rs:61:21
[INFO] [stderr]    |
[INFO] [stderr] 61 |                     posix88_c::O_RDONLY,
[INFO] [stderr]    |                     ^^^^^^^^^ use of undeclared type or module `posix88_c`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `c95_t`
[INFO] [stderr]   --> src/main.rs:70:30
[INFO] [stderr]    |
[INFO] [stderr] 70 |         pub fn raw(&self) -> c95_t::c_int {
[INFO] [stderr]    |                              ^^^^^ use of undeclared type or module `c95_t`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix01`
[INFO] [stderr]   --> src/main.rs:74:32
[INFO] [stderr]    |
[INFO] [stderr] 74 |             let mut file_info: posix01::stat = unsafe {
[INFO] [stderr]    |                                ^^^^^^^ use of undeclared type or module `posix01`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `c95_t`
[INFO] [stderr]    --> src/main.rs:113:24
[INFO] [stderr]     |
[INFO] [stderr] 113 |         pub fn map(fd: c95_t::c_int, offset: i64, length: u64)
[INFO] [stderr]     |                        ^^^^^ use of undeclared type or module `c95_t`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88_c`
[INFO] [stderr]    --> src/main.rs:121:21
[INFO] [stderr]     |
[INFO] [stderr] 121 |                     posix88_c::PROT_READ,
[INFO] [stderr]     |                     ^^^^^^^^^ use of undeclared type or module `posix88_c`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88_c`
[INFO] [stderr]    --> src/main.rs:122:21
[INFO] [stderr]     |
[INFO] [stderr] 122 |                     posix88_c::MAP_PRIVATE
[INFO] [stderr]     |                     ^^^^^^^^^ use of undeclared type or module `posix88_c`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `extra`
[INFO] [stderr]    --> src/main.rs:123:21
[INFO] [stderr]     |
[INFO] [stderr] 123 |                   | extra::MAP_POPULATE,
[INFO] [stderr]     |                     ^^^^^ use of undeclared type or module `extra`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `funcs` in `libc`
[INFO] [stderr]    --> src/main.rs:183:19
[INFO] [stderr]     |
[INFO] [stderr] 183 |             libc::funcs::c95::ctype::isprint(
[INFO] [stderr]     |                   ^^^^^ could not find `funcs` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope
[INFO] [stderr]    --> src/main.rs:108:23
[INFO] [stderr]     |
[INFO] [stderr] 108 |         address: *mut c_void,
[INFO] [stderr]     |                       ^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use libc::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use std::ffi::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use std::os::raw::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope
[INFO] [stderr]    --> src/main.rs:119:31
[INFO] [stderr]     |
[INFO] [stderr] 119 |                     0 as *mut c_void,
[INFO] [stderr]     |                               ^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use libc::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use std::ffi::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use std::os::raw::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope
[INFO] [stderr]    --> src/main.rs:126:23
[INFO] [stderr]     |
[INFO] [stderr] 126 |             } as *mut c_void;
[INFO] [stderr]     |                       ^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use libc::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use std::ffi::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use std::os::raw::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `page_size` in module `std::env`
[INFO] [stderr]    --> src/main.rs:245:51
[INFO] [stderr]     |
[INFO] [stderr] 245 |     let page_size : i64 = NumCast::from(std::env::page_size()).unwrap();
[INFO] [stderr]     |                                                   ^^^^^^^^^ not found in `std::env`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc`
[INFO] [stderr]   --> src/main.rs:25:15
[INFO] [stderr]    |
[INFO] [stderr] 25 |     use libc::types::os::arch::c95 as c95_t;
[INFO] [stderr]    |               ^^^^^ could not find `types` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc`
[INFO] [stderr]   --> src/main.rs:41:15
[INFO] [stderr]    |
[INFO] [stderr] 41 |     use libc::types::os::arch::c95 as c95_t;
[INFO] [stderr]    |               ^^^^^ could not find `types` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `consts` in `libc`
[INFO] [stderr]   --> src/main.rs:43:15
[INFO] [stderr]    |
[INFO] [stderr] 43 |     use libc::consts::os::posix88 as posix88_c;
[INFO] [stderr]    |               ^^^^^^ could not find `consts` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `libc::funcs`
[INFO] [stderr]   --> src/main.rs:26:15
[INFO] [stderr]    |
[INFO] [stderr] 26 |     use libc::funcs::c95 as c95_f;
[INFO] [stderr]    |               ^^^^^ could not find `funcs` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc`
[INFO] [stderr]   --> src/main.rs:45:15
[INFO] [stderr]    |
[INFO] [stderr] 45 |     use libc::types::os::arch::posix01;
[INFO] [stderr]    |               ^^^^^ could not find `types` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `consts` in `libc`
[INFO] [stderr]    --> src/main.rs:102:15
[INFO] [stderr]     |
[INFO] [stderr] 102 |     use libc::consts::os::posix88 as posix88_c;
[INFO] [stderr]     |               ^^^^^^ could not find `consts` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc`
[INFO] [stderr]    --> src/main.rs:103:15
[INFO] [stderr]     |
[INFO] [stderr] 103 |     use libc::types::common::c95::c_void;
[INFO] [stderr]     |               ^^^^^ could not find `types` in `libc`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]   --> src/main.rs:75:17
[INFO] [stderr]    |
[INFO] [stderr] 75 |                 mem::uninitialized()
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `consts` in `libc`
[INFO] [stderr]    --> src/main.rs:104:15
[INFO] [stderr]     |
[INFO] [stderr] 104 |     use libc::consts::os::extra;
[INFO] [stderr]     |               ^^^^^^ could not find `consts` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc`
[INFO] [stderr]    --> src/main.rs:105:15
[INFO] [stderr]     |
[INFO] [stderr] 105 |     use libc::types::os::arch::c95 as c95_t;
[INFO] [stderr]     |               ^^^^^ could not find `types` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `libc::funcs`
[INFO] [stderr]   --> src/main.rs:44:15
[INFO] [stderr]    |
[INFO] [stderr] 44 |     use libc::funcs::posix88 as posix88_f;
[INFO] [stderr]    |               ^^^^^ could not find `funcs` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `c95_t`
[INFO] [stderr]   --> src/main.rs:30:28
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub fn strerror(errno: c95_t::c_int) -> &'static str {
[INFO] [stderr]    |                            ^^^^^ use of undeclared type or module `c95_t`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `c95_t`
[INFO] [stderr]   --> src/main.rs:51:17
[INFO] [stderr]    |
[INFO] [stderr] 51 |         raw_fd: c95_t::c_int,
[INFO] [stderr]    |                 ^^^^^ use of undeclared type or module `c95_t`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88_c`
[INFO] [stderr]   --> src/main.rs:61:21
[INFO] [stderr]    |
[INFO] [stderr] 61 |                     posix88_c::O_RDONLY,
[INFO] [stderr]    |                     ^^^^^^^^^ use of undeclared type or module `posix88_c`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `c95_t`
[INFO] [stderr]   --> src/main.rs:70:30
[INFO] [stderr]    |
[INFO] [stderr] 70 |         pub fn raw(&self) -> c95_t::c_int {
[INFO] [stderr]    |                              ^^^^^ use of undeclared type or module `c95_t`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix01`
[INFO] [stderr]   --> src/main.rs:74:32
[INFO] [stderr]    |
[INFO] [stderr] 74 |             let mut file_info: posix01::stat = unsafe {
[INFO] [stderr]    |                                ^^^^^^^ use of undeclared type or module `posix01`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `c95_t`
[INFO] [stderr]    --> src/main.rs:113:24
[INFO] [stderr]     |
[INFO] [stderr] 113 |         pub fn map(fd: c95_t::c_int, offset: i64, length: u64)
[INFO] [stderr]     |                        ^^^^^ use of undeclared type or module `c95_t`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88_c`
[INFO] [stderr]    --> src/main.rs:121:21
[INFO] [stderr]     |
[INFO] [stderr] 121 |                     posix88_c::PROT_READ,
[INFO] [stderr]     |                     ^^^^^^^^^ use of undeclared type or module `posix88_c`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `posix88_c`
[INFO] [stderr]    --> src/main.rs:122:21
[INFO] [stderr]     |
[INFO] [stderr] 122 |                     posix88_c::MAP_PRIVATE
[INFO] [stderr]     |                     ^^^^^^^^^ use of undeclared type or module `posix88_c`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `extra`
[INFO] [stderr]    --> src/main.rs:123:21
[INFO] [stderr]     |
[INFO] [stderr] 123 |                   | extra::MAP_POPULATE,
[INFO] [stderr]     |                     ^^^^^ use of undeclared type or module `extra`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `funcs` in `libc`
[INFO] [stderr]    --> src/main.rs:183:19
[INFO] [stderr]     |
[INFO] [stderr] 183 |             libc::funcs::c95::ctype::isprint(
[INFO] [stderr]     |                   ^^^^^ could not find `funcs` in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope
[INFO] [stderr]    --> src/main.rs:108:23
[INFO] [stderr]     |
[INFO] [stderr] 108 |         address: *mut c_void,
[INFO] [stderr]     |                       ^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use libc::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use std::ffi::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use std::os::raw::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope
[INFO] [stderr]    --> src/main.rs:119:31
[INFO] [stderr]     |
[INFO] [stderr] 119 |                     0 as *mut c_void,
[INFO] [stderr]     |                               ^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use libc::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use std::ffi::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use std::os::raw::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope
[INFO] [stderr]    --> src/main.rs:126:23
[INFO] [stderr]     |
[INFO] [stderr] 126 |             } as *mut c_void;
[INFO] [stderr]     |                       ^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use libc::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use std::ffi::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 100 |     use std::os::raw::c_void;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `page_size` in module `std::env`
[INFO] [stderr]    --> src/main.rs:245:51
[INFO] [stderr]     |
[INFO] [stderr] 245 |     let page_size : i64 = NumCast::from(std::env::page_size()).unwrap();
[INFO] [stderr]     |                                                   ^^^^^^^^^ not found in `std::env`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]   --> src/main.rs:75:17
[INFO] [stderr]    |
[INFO] [stderr] 75 |                 mem::uninitialized()
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 24 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: aborting due to 24 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `rexdump`.
[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: could not compile `rexdump`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "fec4cd2aed3fcdd9ef868b24bd95305f20d0269bf4d05b28165657fdc359701a"`
[INFO] running `"docker" "rm" "-f" "fec4cd2aed3fcdd9ef868b24bd95305f20d0269bf4d05b28165657fdc359701a"`
[INFO] [stdout] fec4cd2aed3fcdd9ef868b24bd95305f20d0269bf4d05b28165657fdc359701a
