[INFO] cloning repository https://github.com/jasonwilliams/boa [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jasonwilliams/boa" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasonwilliams%2Fboa", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasonwilliams%2Fboa'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e0f226a72b1ce0c8b41960d74d4d14f2d8ba5d10 [INFO] checking jasonwilliams/boa against master#36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 for pr-81863 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasonwilliams%2Fboa" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jasonwilliams/boa on toolchain 36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jasonwilliams/boa [INFO] finished tweaking git repo https://github.com/jasonwilliams/boa [INFO] tweaked toml for git repo https://github.com/jasonwilliams/boa written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/jasonwilliams/boa already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bec67c3e22a2d8f942f86c1ba16b01c984ac63adddc1e19707249448611c1f19 [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" "bec67c3e22a2d8f942f86c1ba16b01c984ac63adddc1e19707249448611c1f19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bec67c3e22a2d8f942f86c1ba16b01c984ac63adddc1e19707249448611c1f19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bec67c3e22a2d8f942f86c1ba16b01c984ac63adddc1e19707249448611c1f19", kill_on_drop: false }` [INFO] [stdout] bec67c3e22a2d8f942f86c1ba16b01c984ac63adddc1e19707249448611c1f19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03d95cf862ddf31af16ba38ad23a6bc1bf410eee6dfc066dfead49395770b1a0 [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" "03d95cf862ddf31af16ba38ad23a6bc1bf410eee6dfc066dfead49395770b1a0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Compiling unicode-general-category v0.3.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling ryu-js v0.2.1 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Checking regex-syntax v0.6.22 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking linked-hash-map v0.5.3 [INFO] [stderr] Checking utf8parse v0.2.0 [INFO] [stderr] Checking unicode-segmentation v1.7.1 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Checking hex v0.4.2 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking tinyvec v1.1.0 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling num-bigint v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking form_urlencoded v1.0.0 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking unicode-normalization v0.1.16 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking num-format v0.4.0 [INFO] [stderr] Checking criterion-plot v0.4.3 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Checking plotters v0.2.15 [INFO] [stderr] Checking float-cmp v0.8.0 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking boa_unicode v0.11.0 (/opt/rustwide/workdir/boa_unicode) [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking dirs-sys-next v0.1.1 [INFO] [stderr] Checking nix v0.19.1 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking colored v2.0.0 [INFO] [stderr] Checking regex v1.4.3 [INFO] [stderr] Checking rand_core v0.6.1 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Checking rand v0.8.2 [INFO] [stderr] Checking url v2.2.0 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling libssh2-sys v0.2.20 [INFO] [stderr] Compiling libgit2-sys v0.12.17+1.1.0 [INFO] [stderr] Checking rustyline v7.1.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.69 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.69 [INFO] [stderr] Checking git2 v0.13.15 [INFO] [stderr] Compiling serde_derive v1.0.119 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling gc_derive v0.3.6 [INFO] [stderr] Compiling rustyline-derive v0.4.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.69 [INFO] [stderr] Checking gc v0.3.6 [INFO] [stderr] Checking wasm-bindgen v0.2.69 [INFO] [stderr] Checking structopt v0.3.21 [INFO] [stderr] Checking regress v0.2.0 [INFO] [stderr] Checking serde v1.0.119 [INFO] [stderr] Checking serde_json v1.0.61 [INFO] [stderr] Checking bstr v0.2.14 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Checking serde_yaml v0.8.15 [INFO] [stderr] Checking csv v1.1.5 [INFO] [stderr] Checking tinytemplate v1.2.0 [INFO] [stderr] Checking criterion v0.3.3 [INFO] [stderr] Checking Boa v0.11.0 (/opt/rustwide/workdir/boa) [INFO] [stdout] error: use of constant `std::f64::INFINITY` that will be deprecated in a future Rust version: replaced by the `INFINITY` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/bigint/conversions.rs:59:35 [INFO] [stdout] | [INFO] [stdout] 59 | self.0.to_f64().unwrap_or(std::f64::INFINITY) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> boa/src/lib.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | deprecated_in_future, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | .map_or(f64::NAN, f64::abs) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:119:21 [INFO] [stdout] | [INFO] [stdout] 119 | .map_or(f64::NAN, f64::acos) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:136:21 [INFO] [stdout] | [INFO] [stdout] 136 | .map_or(f64::NAN, f64::acosh) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:153:21 [INFO] [stdout] | [INFO] [stdout] 153 | .map_or(f64::NAN, f64::asin) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:170:21 [INFO] [stdout] | [INFO] [stdout] 170 | .map_or(f64::NAN, f64::asinh) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:187:21 [INFO] [stdout] | [INFO] [stdout] 187 | .map_or(f64::NAN, f64::atan) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:204:21 [INFO] [stdout] | [INFO] [stdout] 204 | .map_or(f64::NAN, f64::atanh) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:222:23 [INFO] [stdout] | [INFO] [stdout] 222 | (_, _) => f64::NAN, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:240:21 [INFO] [stdout] | [INFO] [stdout] 240 | .map_or(f64::NAN, f64::cbrt) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:257:21 [INFO] [stdout] | [INFO] [stdout] 257 | .map_or(f64::NAN, f64::ceil) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:292:21 [INFO] [stdout] | [INFO] [stdout] 292 | .map_or(f64::NAN, f64::cos) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:309:21 [INFO] [stdout] | [INFO] [stdout] 309 | .map_or(f64::NAN, f64::cosh) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:326:21 [INFO] [stdout] | [INFO] [stdout] 326 | .map_or(f64::NAN, f64::exp) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:345:21 [INFO] [stdout] | [INFO] [stdout] 345 | .map_or(f64::NAN, f64::exp_m1) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:362:21 [INFO] [stdout] | [INFO] [stdout] 362 | .map_or(f64::NAN, f64::floor) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:379:21 [INFO] [stdout] | [INFO] [stdout] 379 | .map_or(f64::NAN, |x| (x as f32) as f64) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:432:21 [INFO] [stdout] | [INFO] [stdout] 432 | .map_or(f64::NAN, |x| if x <= 0.0 { f64::NAN } else { x.ln() }) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:432:49 [INFO] [stdout] | [INFO] [stdout] 432 | .map_or(f64::NAN, |x| if x <= 0.0 { f64::NAN } else { x.ln() }) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:449:21 [INFO] [stdout] | [INFO] [stdout] 449 | .map_or(f64::NAN, f64::ln_1p) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:466:21 [INFO] [stdout] | [INFO] [stdout] 466 | .map_or(f64::NAN, |x| if x <= 0.0 { f64::NAN } else { x.log10() }) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:466:49 [INFO] [stdout] | [INFO] [stdout] 466 | .map_or(f64::NAN, |x| if x <= 0.0 { f64::NAN } else { x.log10() }) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:483:21 [INFO] [stdout] | [INFO] [stdout] 483 | .map_or(f64::NAN, |x| if x <= 0.0 { f64::NAN } else { x.log2() }) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:483:49 [INFO] [stdout] | [INFO] [stdout] 483 | .map_or(f64::NAN, |x| if x <= 0.0 { f64::NAN } else { x.log2() }) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NEG_INFINITY` that will be deprecated in a future Rust version: replaced by the `NEG_INFINITY` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:496:23 [INFO] [stdout] | [INFO] [stdout] 496 | let mut max = f64::NEG_INFINITY; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::INFINITY` that will be deprecated in a future Rust version: replaced by the `INFINITY` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:513:23 [INFO] [stdout] | [INFO] [stdout] 513 | let mut min = f64::INFINITY; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:535:23 [INFO] [stdout] | [INFO] [stdout] 535 | (_, _) => f64::NAN, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:565:21 [INFO] [stdout] | [INFO] [stdout] 565 | .map_or(f64::NAN, f64::round) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:583:17 [INFO] [stdout] | [INFO] [stdout] 583 | f64::NAN, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:608:21 [INFO] [stdout] | [INFO] [stdout] 608 | .map_or(f64::NAN, f64::sin) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:625:21 [INFO] [stdout] | [INFO] [stdout] 625 | .map_or(f64::NAN, f64::sinh) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:642:21 [INFO] [stdout] | [INFO] [stdout] 642 | .map_or(f64::NAN, f64::sqrt) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:659:21 [INFO] [stdout] | [INFO] [stdout] 659 | .map_or(f64::NAN, f64::tan) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:676:21 [INFO] [stdout] | [INFO] [stdout] 676 | .map_or(f64::NAN, f64::tanh) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/math/mod.rs:693:21 [INFO] [stdout] | [INFO] [stdout] 693 | .map_or(f64::NAN, f64::trunc) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/string/mod.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | f64::NAN, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/string/mod.rs:317:35 [INFO] [stdout] | [INFO] [stdout] 317 | return Ok(Value::from(NAN)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/builtins/string/mod.rs:326:28 [INFO] [stdout] | [INFO] [stdout] 326 | Ok(Value::from(NAN)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> boa/src/builtins/string/mod.rs:1250:24 [INFO] [stdout] | [INFO] [stdout] 1250 | .unwrap_or(std::u32::MAX as usize); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> boa/src/object/internal_methods.rs:366:52 [INFO] [stdout] | [INFO] [stdout] 366 | if index >= old_len && index < std::u32::MAX { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/value/mod.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | f64::NAN, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/value/mod.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | Self::number(NAN) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/value/operations.rs:426:65 [INFO] [stdout] | [INFO] [stdout] 426 | Self::Symbol(_) | Self::Undefined => Self::rational(NAN), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/value/operations.rs:429:27 [INFO] [stdout] | [INFO] [stdout] 429 | Err(_) => NAN, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of constant `std::f64::NAN` that will be deprecated in a future Rust version: replaced by the `NAN` associated constant on `f64` [INFO] [stdout] --> boa/src/value/operations.rs:433:27 [INFO] [stdout] | [INFO] [stdout] 433 | Err(_) => NAN, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> boa/src/builtins/string/mod.rs:1172:13 [INFO] [stdout] | [INFO] [stdout] 1172 | i32::max_value() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 46 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `Boa` [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: build failed [INFO] running `Command { std: "docker" "inspect" "03d95cf862ddf31af16ba38ad23a6bc1bf410eee6dfc066dfead49395770b1a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03d95cf862ddf31af16ba38ad23a6bc1bf410eee6dfc066dfead49395770b1a0", kill_on_drop: false }` [INFO] [stdout] 03d95cf862ddf31af16ba38ad23a6bc1bf410eee6dfc066dfead49395770b1a0