[INFO] cloning repository https://github.com/Noeda/mmapurl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Noeda/mmapurl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNoeda%2Fmmapurl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNoeda%2Fmmapurl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 29421b5d0e98a0c850f8afe7a9c4b58b72940456 [INFO] testing Noeda/mmapurl against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNoeda%2Fmmapurl" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Noeda/mmapurl on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Noeda/mmapurl [INFO] finished tweaking git repo https://github.com/Noeda/mmapurl [INFO] tweaked toml for git repo https://github.com/Noeda/mmapurl written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/Noeda/mmapurl already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd1a3ed592c9faf56b4b2b0a6f614ec037a55f8439625271a6317326fe282f8a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dd1a3ed592c9faf56b4b2b0a6f614ec037a55f8439625271a6317326fe282f8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd1a3ed592c9faf56b4b2b0a6f614ec037a55f8439625271a6317326fe282f8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd1a3ed592c9faf56b4b2b0a6f614ec037a55f8439625271a6317326fe282f8a", kill_on_drop: false }` [INFO] [stdout] dd1a3ed592c9faf56b4b2b0a6f614ec037a55f8439625271a6317326fe282f8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cd553f3fa3b1c74102c87230613ba6230fabab3537a1b5ed80706b03e2229e91 [INFO] running `Command { std: "docker" "start" "-a" "cd553f3fa3b1c74102c87230613ba6230fabab3537a1b5ed80706b03e2229e91", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling serde v1.0.88 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling openssl v0.10.18 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling string v0.1.3 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling constant_time_eq v0.1.3 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling safemem v0.3.0 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling either v1.5.1 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling rusoto_core v0.36.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling tokio-sync v0.1.2 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling dirs v1.0.4 [INFO] [stderr] Compiling openssl-sys v0.9.41 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling http v0.1.16 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling hmac v0.5.0 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling tokio-fs v0.1.5 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling serde_derive v1.0.88 [INFO] [stderr] Compiling hyper v0.12.24 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling rusoto_credential v0.15.0 [INFO] [stderr] Compiling rusoto_s3 v0.36.0 [INFO] [stderr] Compiling mmapurl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `mmap_state` [INFO] [stdout] --> src/userfaultfd.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | mmap_state: M, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `bind_by_move_pattern_guards` has been stable since 1.39.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(bind_by_move_pattern_guards)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/mmaputil.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | panic!(format!("Failed mmap() while handling a userfault. {}", err)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 46 - panic!(format!("Failed mmap() while handling a userfault. {}", err)); [INFO] [stdout] 46 + panic!("Failed mmap() while handling a userfault. {}", err); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:296:20 [INFO] [stdout] | [INFO] [stdout] 296 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 297 | | "Unexpectedly received unrecoverable error from poll() syscall: {}", [INFO] [stdout] 298 | | err [INFO] [stdout] 299 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 296 ~ panic!( [INFO] [stdout] 297 | "Unexpectedly received unrecoverable error from poll() syscall: {}", [INFO] [stdout] 298 | err [INFO] [stdout] 299 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:308:20 [INFO] [stdout] | [INFO] [stdout] 308 | ...ic!(format!("Unexpectedly received return value {} from poll() syscall. I only expect 1 for successful poll() call.", pollresult)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 308 - panic!(format!("Unexpectedly received return value {} from poll() syscall. I only expect 1 for successful poll() call.", pollresult)); [INFO] [stdout] 308 + panic!("Unexpectedly received return value {} from poll() syscall. I only expect 1 for successful poll() call.", pollresult); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:330:24 [INFO] [stdout] | [INFO] [stdout] 330 | panic!(format!("Unexpected result from read() syscall {}", err)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 330 - panic!(format!("Unexpected result from read() syscall {}", err)); [INFO] [stdout] 330 + panic!("Unexpected result from read() syscall {}", err); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:333:24 [INFO] [stdout] | [INFO] [stdout] 333 | panic!(format!("Unexpected EOF from userfaultfd.")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 333 - panic!(format!("Unexpected EOF from userfaultfd.")); [INFO] [stdout] 333 + panic!("Unexpected EOF from userfaultfd."); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:336:24 [INFO] [stdout] | [INFO] [stdout] 336 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 337 | | "Unexpected read size from read() syscall, expected {} bytes, got {} bytes.", [INFO] [stdout] 338 | | USERFAULT_MSG_SZ, nread [INFO] [stdout] 339 | | )); [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 336 ~ panic!( [INFO] [stdout] 337 | "Unexpected read size from read() syscall, expected {} bytes, got {} bytes.", [INFO] [stdout] 338 | USERFAULT_MSG_SZ, nread [INFO] [stdout] 339 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:346:20 [INFO] [stdout] | [INFO] [stdout] 346 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 347 | | "Unexpected userfaultfd event type, we only expect UFFD_EVENT_PAGEFAULT" [INFO] [stdout] 348 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 346 ~ panic!( [INFO] [stdout] 347 | "Unexpected userfaultfd event type, we only expect UFFD_EVENT_PAGEFAULT" [INFO] [stdout] 348 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:384:24 [INFO] [stdout] | [INFO] [stdout] 384 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 385 | | "Unexpected error from ioctl() syscall while copying page with userfaultfd. {}", [INFO] [stdout] 386 | | err [INFO] [stdout] 387 | | )); [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 384 ~ panic!( [INFO] [stdout] 385 | "Unexpected error from ioctl() syscall while copying page with userfaultfd. {}", [INFO] [stdout] 386 | err [INFO] [stdout] 387 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:403:20 [INFO] [stdout] | [INFO] [stdout] 403 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 404 | | "Unexpected error from madvise() with MADV_FREE. {}", [INFO] [stdout] 405 | | err [INFO] [stdout] 406 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 403 ~ panic!( [INFO] [stdout] 404 | "Unexpected error from madvise() with MADV_FREE. {}", [INFO] [stdout] 405 | err [INFO] [stdout] 406 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:420:20 [INFO] [stdout] | [INFO] [stdout] 420 | ...c!(format!("MMap::as_slice called with type parameter that does not evenly divide the file size. File size is {}, type size is {}, remainder is {}.", self.sz_unrounded, typesize, rem... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 420 - panic!(format!("MMap::as_slice called with type parameter that does not evenly divide the file size. File size is {}, type size is {}, remainder is {}.", self.sz_unrounded, typesize, rem)); [INFO] [stdout] 420 + panic!("MMap::as_slice called with type parameter that does not evenly divide the file size. File size is {}, type size is {}, remainder is {}.", self.sz_unrounded, typesize, rem); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `mmapped_s3s` should have an upper case name [INFO] [stdout] --> src/capi.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | static ref mmapped_s3s: RwLock>> = RwLock::new(BTreeMap::new()); [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `MMAPPED_S3S` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `s3split_re` should have an upper case name [INFO] [stdout] --> src/userfaultfd_s3.rs:36:16 [INFO] [stdout] | [INFO] [stdout] 36 | static ref s3split_re: Regex = Regex::new("^s3://([^/]+)/(.+)$").unwrap(); [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `S3SPLIT_RE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `Command { std: "docker" "inspect" "cd553f3fa3b1c74102c87230613ba6230fabab3537a1b5ed80706b03e2229e91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd553f3fa3b1c74102c87230613ba6230fabab3537a1b5ed80706b03e2229e91", kill_on_drop: false }` [INFO] [stdout] cd553f3fa3b1c74102c87230613ba6230fabab3537a1b5ed80706b03e2229e91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7f6878d4a07c8aa0694ad38d04f059a898f5f31e546a81cd9bdac6c5db335cac [INFO] running `Command { std: "docker" "start" "-a" "7f6878d4a07c8aa0694ad38d04f059a898f5f31e546a81cd9bdac6c5db335cac", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling string v0.1.3 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling tokio-sync v0.1.2 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling serde v1.0.88 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling openssl-sys v0.9.41 [INFO] [stderr] Compiling dirs v1.0.4 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling openssl v0.10.18 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling hmac v0.5.0 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling http v0.1.16 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling tokio-fs v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling hyper v0.12.24 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling rusoto_credential v0.15.0 [INFO] [stderr] Compiling rusoto_core v0.36.0 [INFO] [stderr] Compiling rusoto_s3 v0.36.0 [INFO] [stderr] Compiling mmapurl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `mmap_state` [INFO] [stdout] --> src/userfaultfd.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | mmap_state: M, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `bind_by_move_pattern_guards` has been stable since 1.39.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(bind_by_move_pattern_guards)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/mmaputil.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | panic!(format!("Failed mmap() while handling a userfault. {}", err)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 46 - panic!(format!("Failed mmap() while handling a userfault. {}", err)); [INFO] [stdout] 46 + panic!("Failed mmap() while handling a userfault. {}", err); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:296:20 [INFO] [stdout] | [INFO] [stdout] 296 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 297 | | "Unexpectedly received unrecoverable error from poll() syscall: {}", [INFO] [stdout] 298 | | err [INFO] [stdout] 299 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 296 ~ panic!( [INFO] [stdout] 297 | "Unexpectedly received unrecoverable error from poll() syscall: {}", [INFO] [stdout] 298 | err [INFO] [stdout] 299 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:308:20 [INFO] [stdout] | [INFO] [stdout] 308 | ...ic!(format!("Unexpectedly received return value {} from poll() syscall. I only expect 1 for successful poll() call.", pollresult)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 308 - panic!(format!("Unexpectedly received return value {} from poll() syscall. I only expect 1 for successful poll() call.", pollresult)); [INFO] [stdout] 308 + panic!("Unexpectedly received return value {} from poll() syscall. I only expect 1 for successful poll() call.", pollresult); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:330:24 [INFO] [stdout] | [INFO] [stdout] 330 | panic!(format!("Unexpected result from read() syscall {}", err)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 330 - panic!(format!("Unexpected result from read() syscall {}", err)); [INFO] [stdout] 330 + panic!("Unexpected result from read() syscall {}", err); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:333:24 [INFO] [stdout] | [INFO] [stdout] 333 | panic!(format!("Unexpected EOF from userfaultfd.")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 333 - panic!(format!("Unexpected EOF from userfaultfd.")); [INFO] [stdout] 333 + panic!("Unexpected EOF from userfaultfd."); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:336:24 [INFO] [stdout] | [INFO] [stdout] 336 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 337 | | "Unexpected read size from read() syscall, expected {} bytes, got {} bytes.", [INFO] [stdout] 338 | | USERFAULT_MSG_SZ, nread [INFO] [stdout] 339 | | )); [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 336 ~ panic!( [INFO] [stdout] 337 | "Unexpected read size from read() syscall, expected {} bytes, got {} bytes.", [INFO] [stdout] 338 | USERFAULT_MSG_SZ, nread [INFO] [stdout] 339 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:346:20 [INFO] [stdout] | [INFO] [stdout] 346 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 347 | | "Unexpected userfaultfd event type, we only expect UFFD_EVENT_PAGEFAULT" [INFO] [stdout] 348 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 346 ~ panic!( [INFO] [stdout] 347 | "Unexpected userfaultfd event type, we only expect UFFD_EVENT_PAGEFAULT" [INFO] [stdout] 348 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:384:24 [INFO] [stdout] | [INFO] [stdout] 384 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 385 | | "Unexpected error from ioctl() syscall while copying page with userfaultfd. {}", [INFO] [stdout] 386 | | err [INFO] [stdout] 387 | | )); [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 384 ~ panic!( [INFO] [stdout] 385 | "Unexpected error from ioctl() syscall while copying page with userfaultfd. {}", [INFO] [stdout] 386 | err [INFO] [stdout] 387 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:403:20 [INFO] [stdout] | [INFO] [stdout] 403 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 404 | | "Unexpected error from madvise() with MADV_FREE. {}", [INFO] [stdout] 405 | | err [INFO] [stdout] 406 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 403 ~ panic!( [INFO] [stdout] 404 | "Unexpected error from madvise() with MADV_FREE. {}", [INFO] [stdout] 405 | err [INFO] [stdout] 406 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/userfaultfd.rs:420:20 [INFO] [stdout] | [INFO] [stdout] 420 | ...c!(format!("MMap::as_slice called with type parameter that does not evenly divide the file size. File size is {}, type size is {}, remainder is {}.", self.sz_unrounded, typesize, rem... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 420 - panic!(format!("MMap::as_slice called with type parameter that does not evenly divide the file size. File size is {}, type size is {}, remainder is {}.", self.sz_unrounded, typesize, rem)); [INFO] [stdout] 420 + panic!("MMap::as_slice called with type parameter that does not evenly divide the file size. File size is {}, type size is {}, remainder is {}.", self.sz_unrounded, typesize, rem); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `mmapped_s3s` should have an upper case name [INFO] [stdout] --> src/capi.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | static ref mmapped_s3s: RwLock>> = RwLock::new(BTreeMap::new()); [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `MMAPPED_S3S` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `s3split_re` should have an upper case name [INFO] [stdout] --> src/userfaultfd_s3.rs:36:16 [INFO] [stdout] | [INFO] [stdout] 36 | static ref s3split_re: Regex = Regex::new("^s3://([^/]+)/(.+)$").unwrap(); [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `S3SPLIT_RE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.mmapurl.97095cc7-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c.1r4yrltbgdrmtslk.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ea87b6c2fe761216.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-91b9e0d063734789.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-2ddfc09cde4cdc0c.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-d066e6f50a258123.rlib" "/opt/rustwide/target/debug/deps/librusoto_s3-4c1b6819115b25cf.rlib" "/opt/rustwide/target/debug/deps/librusoto_core-f47f8e08ecef6901.rlib" "/opt/rustwide/target/debug/deps/libxml-306bfdb9092c7cf8.rlib" "/opt/rustwide/target/debug/deps/liburl-3d4929df72b85bbc.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-240c068dd9a8427a.rlib" "/opt/rustwide/target/debug/deps/libidna-ad8046bdb63905b7.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-a416e85ec172bd33.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-1186c837a9f5b632.rlib" "/opt/rustwide/target/debug/deps/libmatches-4395ae20fe1f12ba.rlib" "/opt/rustwide/target/debug/deps/libsha2-cc98ec7df8a9c934.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-1d3e8a55acfe3a5c.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-cc492fdc009416a4.rlib" "/opt/rustwide/target/debug/deps/libarrayref-cce2144950daa61d.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-ca17eb4abc396b10.rlib" "/opt/rustwide/target/debug/deps/librusoto_credential-cac6e5cd2aa16965.rlib" "/opt/rustwide/target/debug/deps/libserde_json-2152495fbf71d1e6.rlib" "/opt/rustwide/target/debug/deps/libryu-15b6ba5feaf4bf0a.rlib" "/opt/rustwide/target/debug/deps/libdirs-dfdf0a28374fa66d.rlib" "/opt/rustwide/target/debug/deps/libchrono-2e80883bb787fc57.rlib" "/opt/rustwide/target/debug/deps/libserde-fa566aea36e97931.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-bf46201c40e0d0a9.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6ba7abf9c08c9052.rlib" "/opt/rustwide/target/debug/deps/libbase64-04e26c1f6a9d5556.rlib" "/opt/rustwide/target/debug/deps/libsafemem-a6d25bcd900e5dba.rlib" "/opt/rustwide/target/debug/deps/libhmac-28d95efa6e03dd7a.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-d3cb858d064c3757.rlib" "/opt/rustwide/target/debug/deps/libconstant_time_eq-5afd44cd1c715d30.rlib" "/opt/rustwide/target/debug/deps/libdigest-6b60a1ec1a71ca8e.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-d8c0083d4eafb848.rlib" "/opt/rustwide/target/debug/deps/libtypenum-7cf231c9ca4ec702.rlib" "/opt/rustwide/target/debug/deps/libhex-e149dd8bbc7ceab7.rlib" "/opt/rustwide/target/debug/deps/libmd5-180d1a2c792d83f4.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-b7908a2ef8af5264.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-574c6b931a06b434.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-761fbe5cb1bb6d9c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-c518d3ff9ab87187.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-8ca37d462ad1a2cd.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-46b9b5ebdcb273c8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-ecd28e6fe5f7182e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-257fd09b908c4179.rlib" "/opt/rustwide/target/debug/deps/libhyper-a77f6495bbeaa117.rlib" "/opt/rustwide/target/debug/deps/libwant-455ba6ceb42bf700.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-a4e2eb4f3012113e.rlib" "/opt/rustwide/target/debug/deps/libtokio-acac12a9d2023dbe.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-826f225dd1fc596f.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-504a2d3783b3d1fe.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-368fdd188032b63c.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-981ab1fd3d9c2dee.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-0e252e33c45efd2b.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-5070158b2708426f.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-fceb70f7cf72e92b.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-b4bb9ed727c9e002.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-a364840fb44cd2a4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-53834c15af7db193.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-f184a1799273ff4e.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a52aedf115683f5d.rlib" "/opt/rustwide/target/debug/deps/liblock_api-9bf2d28427c12acf.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-ec1a30b5a9c8afc6.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-eea17b0cf09b3ccf.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-21d460e945a09b78.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-d453494ee8b80562.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-f72b88407e1d4352.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-0d9286a6aa642af5.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-32bc003fa6ee705c.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-7d91e03e68ef6931.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-1c7a7b7b3a519760.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b30654d516ad2fd5.rlib" "/opt/rustwide/target/debug/deps/libmio-e4dbac56ee1c2c67.rlib" "/opt/rustwide/target/debug/deps/liblazycell-53c98d8318d50829.rlib" "/opt/rustwide/target/debug/deps/libtime-00390619e295d5d4.rlib" "/opt/rustwide/target/debug/deps/libnet2-06a5bf8fc3490915.rlib" "/opt/rustwide/target/debug/deps/libhttparse-6351043a40156eb4.rlib" "/opt/rustwide/target/debug/deps/libh2-1cc1e570a3e513e3.rlib" "/opt/rustwide/target/debug/deps/libindexmap-f2724af625df818e.rlib" "/opt/rustwide/target/debug/deps/libstring-5f517eae3fbb6a34.rlib" "/opt/rustwide/target/debug/deps/libslab-ab98851c871a197f.rlib" "/opt/rustwide/target/debug/deps/libhttp-023b53b577044fc8.rlib" "/opt/rustwide/target/debug/deps/libitoa-96ce37d5cfefc361.rlib" "/opt/rustwide/target/debug/deps/libfnv-8c5c165005b941da.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-71ed878066109d4f.rlib" "/opt/rustwide/target/debug/deps/liblog-55b4103c168c913a.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-4b2aa6e34be92e25.rlib" "/opt/rustwide/target/debug/deps/libbytes-f3ed1e2d6f2e9d98.rlib" "/opt/rustwide/target/debug/deps/libiovec-28e1c4c1193ff282.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-712ff8f83444d848.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9995fc50dddec1f.rlib" "/opt/rustwide/target/debug/deps/librayon-4370c0de7bf374b4.rlib" "/opt/rustwide/target/debug/deps/libeither-88b98c3c03f23a50.rlib" "/opt/rustwide/target/debug/deps/librayon_core-7ca2edd5522c2bc4.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-df6e76cff3f25863.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-e4d4d0ab6173fa2d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-1d65028977d3dccc.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d1d942d3990dad6b.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-1e2cbff4eafa7f91.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4a470842bd5b7155.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4a0a4d007dac91ef.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-6c119dc2daa9bacf.rlib" "/opt/rustwide/target/debug/deps/libnodrop-c00b89b8af4132ba.rlib" "/opt/rustwide/target/debug/deps/libregex-b719b5dfc9c83cc3.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-0a6668032f28c853.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-28e9ac8fc110b07d.rlib" "/opt/rustwide/target/debug/deps/libucd_util-3cc94c66ff24300e.rlib" "/opt/rustwide/target/debug/deps/libthread_local-10ad1c17046b99a7.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-b6aecd73f867bb32.rlib" "/opt/rustwide/target/debug/deps/libmemchr-83b5d58227d28aa7.rlib" "/opt/rustwide/target/debug/deps/librand-1ed950a9f58c1814.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-970991550c187f87.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-ff6cdc83cd477f7a.rlib" "/opt/rustwide/target/debug/deps/librand_hc-41127eeeefef1010.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-7fcbaebe84a9721e.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-aeb3e6cd33b8e995.rlib" "/opt/rustwide/target/debug/deps/librand_core-54881814acc37a87.rlib" "/opt/rustwide/target/debug/deps/librand_os-8cd70c55cea5f09f.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-4f5192adc7cfc68e.rlib" "/opt/rustwide/target/debug/deps/librand_core-24b7ee40fd421f2e.rlib" "/opt/rustwide/target/debug/deps/liblibc-0112ccc67f469e91.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-440be9e5f08404f5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/mmapurl-ec8aea1033d7bf4c" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libopenssl-c518d3ff9ab87187.rlib(openssl-c518d3ff9ab87187.openssl.1b524689-cgu.6.rcgu.o): undefined reference to symbol 'EVP_des_ecb@@OPENSSL_1_1_0' [INFO] [stdout] /usr/bin/ld: /lib/x86_64-linux-gnu/libcrypto.so.1.1: error adding symbols: DSO missing from command line [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mmapurl` due to 2 previous errors; 14 warnings emitted [INFO] running `Command { std: "docker" "inspect" "7f6878d4a07c8aa0694ad38d04f059a898f5f31e546a81cd9bdac6c5db335cac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f6878d4a07c8aa0694ad38d04f059a898f5f31e546a81cd9bdac6c5db335cac", kill_on_drop: false }` [INFO] [stdout] 7f6878d4a07c8aa0694ad38d04f059a898f5f31e546a81cd9bdac6c5db335cac