[INFO] cloning repository https://github.com/InnPatron/plank [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/InnPatron/plank" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInnPatron%2Fplank", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInnPatron%2Fplank'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7559f05a51c1dad6bca5d468470a2f345c55e119 [INFO] checking InnPatron/plank against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInnPatron%2Fplank" "/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/InnPatron/plank on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/InnPatron/plank [INFO] finished tweaking git repo https://github.com/InnPatron/plank [INFO] tweaked toml for git repo https://github.com/InnPatron/plank written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/InnPatron/plank already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--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-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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e661ce0d0dc81b28355b7df249f086efdb52ec7b49e0abc86f8f96089953b3df [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" "e661ce0d0dc81b28355b7df249f086efdb52ec7b49e0abc86f8f96089953b3df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e661ce0d0dc81b28355b7df249f086efdb52ec7b49e0abc86f8f96089953b3df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e661ce0d0dc81b28355b7df249f086efdb52ec7b49e0abc86f8f96089953b3df", kill_on_drop: false }` [INFO] [stdout] e661ce0d0dc81b28355b7df249f086efdb52ec7b49e0abc86f8f96089953b3df [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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2dc4314bf8980ae161c1ad954bf0a064d585d80edccf5dac460bd25be20a7d82 [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" "2dc4314bf8980ae161c1ad954bf0a064d585d80edccf5dac460bd25be20a7d82", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking tinyvec v0.3.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Checking precomputed-hash v0.1.1 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking if_chain v1.0.0 [INFO] [stderr] Checking base64 v0.11.0 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Checking smallvec v1.4.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling hashbrown v0.8.1 [INFO] [stderr] Compiling indexmap v1.5.0 [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Checking unicode-normalization v0.1.13 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking clap v2.33.1 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Compiling syn v1.0.36 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Checking const-random v0.1.8 [INFO] [stderr] Checking ahash v0.3.8 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking dashmap v3.5.1 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Compiling swc_atoms v0.2.2 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling pmutil v0.5.3 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling swc_macros_common v0.3.1 [INFO] [stderr] Compiling swc_visit_macros v0.1.0 [INFO] [stderr] Compiling from_variant v0.1.2 [INFO] [stderr] Compiling enum_kind v0.2.0 [INFO] [stderr] Compiling is-macro v0.1.8 [INFO] [stderr] Compiling string_enum v0.3.0 [INFO] [stderr] Compiling swc_ecma_parser_macros v0.4.1 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Compiling ast_node v0.7.0 [INFO] [stderr] Checking swc_visit v0.1.0 [INFO] [stderr] Checking string_cache v0.8.0 [INFO] [stderr] Checking sourcemap v6.0.1 [INFO] [stderr] Checking swc_common v0.7.0 [INFO] [stderr] Checking swc_ecma_ast v0.26.0 [INFO] [stderr] Checking swc_ecma_visit v0.11.0 [INFO] [stderr] Checking swc_ecma_parser v0.31.0 [INFO] [stderr] Checking jetsam v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> tests/macros.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / macro_rules! binding_file { [INFO] [stdout] 2 | | ($f: expr) => { [INFO] [stdout] 3 | | format!("{}/{}", BINDING_DIR, $f) [INFO] [stdout] 4 | | } [INFO] [stdout] 5 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> tests/macros.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / macro_rules! src_file { [INFO] [stdout] 8 | | ($f: expr) => { [INFO] [stdout] 9 | | format!("{}/{}", SRC_DIR, $f) [INFO] [stdout] 10 | | } [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> tests/macros.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / macro_rules! py_compiled_file { [INFO] [stdout] 14 | | ($f: expr) => { [INFO] [stdout] 15 | | format!("{}/{}", ARR_COMPILED_DIR, $f) [INFO] [stdout] 16 | | }; [INFO] [stdout] ... | [INFO] [stdout] 20 | | } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> tests/macros.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | / macro_rules! make_test { [INFO] [stdout] 25 | | [INFO] [stdout] 26 | | (BASIC($test_name: ident) expects: $expected: expr) => { [INFO] [stdout] 27 | | make_test!(BASIC($test_name) [INFO] [stdout] ... | [INFO] [stdout] 144 | | } [INFO] [stdout] 145 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> tests/common.rs:30:20 [INFO] [stdout] | [INFO] [stdout] 30 | use std::process::{self, Command}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> tests/common.rs:30:20 [INFO] [stdout] | [INFO] [stdout] 30 | use std::process::{self, Command}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::env` [INFO] [stdout] --> tests/macros.rs:132:21 [INFO] [stdout] | [INFO] [stdout] 132 | use std::env; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/ts_num.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / make_test!(BASIC(basic_ts_num) expects: [INFO] [stdout] 8 | | common::line_separated_expected(&["40", "-20", "-55", "99", "9000", "Done"]) [INFO] [stdout] 9 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::env` [INFO] [stdout] --> tests/macros.rs:132:21 [INFO] [stdout] | [INFO] [stdout] 132 | use std::env; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/ts_num.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / make_test!(BASIC(unwrapped_ts_num) [INFO] [stdout] 12 | | jetsam-compile: |_, mut c: std::process::Command| { [INFO] [stdout] 13 | | c [INFO] [stdout] 14 | | .arg("--wrap-top-level-vars") [INFO] [stdout] ... | [INFO] [stdout] 20 | | => expects: common::line_separated_expected(&["40", "-20", "-55", "99", "9000", "Done"]) [INFO] [stdout] 21 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::env` [INFO] [stdout] --> tests/macros.rs:132:21 [INFO] [stdout] | [INFO] [stdout] 132 | use std::env; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/ts_num.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / make_test!(FULL(test => config_unwrapped_ts_num, data => unwrapped_ts_num) [INFO] [stdout] 24 | | jetsam-compile: |env: &common::TestEnv, mut c: std::process::Command| { [INFO] [stdout] 25 | | env.create_tmp_file( [INFO] [stdout] 26 | | "config.json", [INFO] [stdout] ... | [INFO] [stdout] 38 | | => expects: common::line_separated_expected(&["40", "-20", "-55", "99", "9000", "Done"]) [INFO] [stdout] 39 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> tests/common.rs:107:17 [INFO] [stdout] | [INFO] [stdout] 107 | let mut pyret_runtime_dir = env::var_os(PYRET_RUNTIME_DIR) [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> tests/common.rs:107:17 [INFO] [stdout] | [INFO] [stdout] 107 | let mut pyret_runtime_dir = env::var_os(PYRET_RUNTIME_DIR) [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `check_aux_bins` [INFO] [stdout] --> tests/common.rs:225:8 [INFO] [stdout] | [INFO] [stdout] 225 | pub fn check_aux_bins() -> Result<(), String> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/generate/emit/ts_num_json_emit.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | / macro_rules! opaque_type { [INFO] [stdout] 66 | | ($name: expr) => { [INFO] [stdout] 67 | | json!(["data", $name, [], [], {}]); [INFO] [stdout] 68 | | } [INFO] [stdout] 69 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/generate/js_pp.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | $b [INFO] [stdout] | ^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/generate/js_pp.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | $b [INFO] [stdout] | ^^ help: remove these braces [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ClassType` [INFO] [stdout] --> src/generate/ts_flavor_detector.rs:6:27 [INFO] [stdout] | [INFO] [stdout] 6 | use super::type_structs::{ClassType, FnType, Type}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ModuleNode` [INFO] [stdout] --> src/generate/ts_flavor_detector.rs:7:40 [INFO] [stdout] | [INFO] [stdout] 7 | use super::typify_graph::{ModuleGraph, ModuleNode}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/generate/emit/ts_num_json_emit.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | / macro_rules! opaque_type { [INFO] [stdout] 66 | | ($name: expr) => { [INFO] [stdout] 67 | | json!(["data", $name, [], [], {}]); [INFO] [stdout] 68 | | } [INFO] [stdout] 69 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/generate/js_pp.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | $b [INFO] [stdout] | ^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/generate/js_pp.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | $b [INFO] [stdout] | ^^ help: remove these braces [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ClassType` [INFO] [stdout] --> src/generate/ts_flavor_detector.rs:6:27 [INFO] [stdout] | [INFO] [stdout] 6 | use super::type_structs::{ClassType, FnType, Type}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ModuleNode` [INFO] [stdout] --> src/generate/ts_flavor_detector.rs:7:40 [INFO] [stdout] | [INFO] [stdout] 7 | use super::typify_graph::{ModuleGraph, ModuleNode}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cache` [INFO] [stdout] --> src/generate/bind_graph_init.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | cache: &ModuleCache, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_cache` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cache` [INFO] [stdout] --> src/generate/bind_graph_init.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | cache: &ModuleCache, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_cache` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occupied` [INFO] [stdout] --> src/generate/bind_graph_init.rs:166:33 [INFO] [stdout] | [INFO] [stdout] 166 | Entry::Occupied(ref mut occupied) => (), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_occupied` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occupied` [INFO] [stdout] --> src/generate/bind_graph_init.rs:166:33 [INFO] [stdout] | [INFO] [stdout] 166 | Entry::Occupied(ref mut occupied) => (), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_occupied` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occupied` [INFO] [stdout] --> src/generate/bind_graph_init.rs:173:33 [INFO] [stdout] | [INFO] [stdout] 173 | Entry::Occupied(ref mut occupied) => (), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_occupied` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occupied` [INFO] [stdout] --> src/generate/bind_graph_init.rs:173:33 [INFO] [stdout] | [INFO] [stdout] 173 | Entry::Occupied(ref mut occupied) => (), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_occupied` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occupied` [INFO] [stdout] --> src/generate/bind_graph_init.rs:181:37 [INFO] [stdout] | [INFO] [stdout] 181 | Entry::Occupied(ref mut occupied) => (), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_occupied` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occupied` [INFO] [stdout] --> src/generate/bind_graph_init.rs:181:37 [INFO] [stdout] | [INFO] [stdout] 181 | Entry::Occupied(ref mut occupied) => (), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_occupied` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occupied` [INFO] [stdout] --> src/generate/bind_graph_init.rs:188:37 [INFO] [stdout] | [INFO] [stdout] 188 | Entry::Occupied(ref mut occupied) => (), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_occupied` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occupied` [INFO] [stdout] --> src/generate/bind_graph_init.rs:188:37 [INFO] [stdout] | [INFO] [stdout] 188 | Entry::Occupied(ref mut occupied) => (), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_occupied` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `options` [INFO] [stdout] --> src/generate/emit.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | options: &CompileOpt, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_options` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `root_module_path` [INFO] [stdout] --> src/generate/emit.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | root_module_path: &CanonPath, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_root_module_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `typed_graph` [INFO] [stdout] --> src/generate/emit.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | typed_graph: &ModuleGraph, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_typed_graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `options` [INFO] [stdout] --> src/generate/emit.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | options: &CompileOpt, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_options` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `root_module_path` [INFO] [stdout] --> src/generate/emit.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | root_module_path: &CanonPath, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_root_module_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `typed_graph` [INFO] [stdout] --> src/generate/emit.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | typed_graph: &ModuleGraph, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_typed_graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `current_module` [INFO] [stdout] --> src/generate/emit/ts_num_js_emit.rs:250:23 [INFO] [stdout] | [INFO] [stdout] 250 | fn finalize(self, current_module: &Path) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `current_module` [INFO] [stdout] --> src/generate/emit/ts_num_js_emit.rs:250:23 [INFO] [stdout] | [INFO] [stdout] 250 | fn finalize(self, current_module: &Path) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `canon_path` [INFO] [stdout] --> src/generate/ts_flavor_detector.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | for (canon_path, node) in graph.nodes.iter() { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_canon_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `canon_path` [INFO] [stdout] --> src/generate/ts_flavor_detector.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | for (canon_path, node) in graph.nodes.iter() { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_canon_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ann_span` [INFO] [stdout] --> src/generate/type_construction.rs:327:13 [INFO] [stdout] | [INFO] [stdout] 327 | let ann_span = ann.span; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ann_span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:334:51 [INFO] [stdout] | [INFO] [stdout] 334 | TsType::TsKeywordType(TsKeywordType { ref span, ref kind }) => { [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ann_span` [INFO] [stdout] --> src/generate/type_construction.rs:327:13 [INFO] [stdout] | [INFO] [stdout] 327 | let ann_span = ann.span; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ann_span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:353:45 [INFO] [stdout] | [INFO] [stdout] 353 | TsType::TsThisType(TsThisType { ref span }) => { [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:361:17 [INFO] [stdout] | [INFO] [stdout] 361 | ref span, [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `type_params` [INFO] [stdout] --> src/generate/type_construction.rs:363:17 [INFO] [stdout] | [INFO] [stdout] 363 | ref type_params, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: try ignoring the field: `type_params: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:388:21 [INFO] [stdout] | [INFO] [stdout] 388 | ref span, [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `params` [INFO] [stdout] --> src/generate/type_construction.rs:389:21 [INFO] [stdout] | [INFO] [stdout] 389 | ref params, [INFO] [stdout] | ^^^^^^^^^^ help: try ignoring the field: `params: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `type_params` [INFO] [stdout] --> src/generate/type_construction.rs:390:21 [INFO] [stdout] | [INFO] [stdout] 390 | ref type_params, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: try ignoring the field: `type_params: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `type_ann` [INFO] [stdout] --> src/generate/type_construction.rs:391:21 [INFO] [stdout] | [INFO] [stdout] 391 | ref type_ann, [INFO] [stdout] | ^^^^^^^^^^^^ help: try ignoring the field: `type_ann: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:400:17 [INFO] [stdout] | [INFO] [stdout] 400 | ref span, [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:334:51 [INFO] [stdout] | [INFO] [stdout] 334 | TsType::TsKeywordType(TsKeywordType { ref span, ref kind }) => { [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `type_params` [INFO] [stdout] --> src/generate/type_construction.rs:402:17 [INFO] [stdout] | [INFO] [stdout] 402 | ref type_params, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: try ignoring the field: `type_params: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:353:45 [INFO] [stdout] | [INFO] [stdout] 353 | TsType::TsThisType(TsThisType { ref span }) => { [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 445 | ref span, [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:361:17 [INFO] [stdout] | [INFO] [stdout] 361 | ref span, [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:453:17 [INFO] [stdout] | [INFO] [stdout] 453 | ref span, [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elem_types` [INFO] [stdout] --> src/generate/type_construction.rs:454:17 [INFO] [stdout] | [INFO] [stdout] 454 | ref elem_types, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try ignoring the field: `elem_types: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `type_params` [INFO] [stdout] --> src/generate/type_construction.rs:363:17 [INFO] [stdout] | [INFO] [stdout] 363 | ref type_params, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: try ignoring the field: `type_params: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:470:21 [INFO] [stdout] | [INFO] [stdout] 470 | ref span, [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:388:21 [INFO] [stdout] | [INFO] [stdout] 388 | ref span, [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `types` [INFO] [stdout] --> src/generate/type_construction.rs:471:21 [INFO] [stdout] | [INFO] [stdout] 471 | ref types, [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `types: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `params` [INFO] [stdout] --> src/generate/type_construction.rs:389:21 [INFO] [stdout] | [INFO] [stdout] 389 | ref params, [INFO] [stdout] | ^^^^^^^^^^ help: try ignoring the field: `params: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:494:17 [INFO] [stdout] | [INFO] [stdout] 494 | ref span, [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `type_params` [INFO] [stdout] --> src/generate/type_construction.rs:390:21 [INFO] [stdout] | [INFO] [stdout] 390 | ref type_params, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: try ignoring the field: `type_params: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `type_ann` [INFO] [stdout] --> src/generate/type_construction.rs:495:17 [INFO] [stdout] | [INFO] [stdout] 495 | ref type_ann, [INFO] [stdout] | ^^^^^^^^^^^^ help: try ignoring the field: `type_ann: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `type_ann` [INFO] [stdout] --> src/generate/type_construction.rs:391:21 [INFO] [stdout] | [INFO] [stdout] 391 | ref type_ann, [INFO] [stdout] | ^^^^^^^^^^^^ help: try ignoring the field: `type_ann: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:512:43 [INFO] [stdout] | [INFO] [stdout] 512 | TsType::TsLitType(TsLitType { ref span, ref lit }) => { [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:400:17 [INFO] [stdout] | [INFO] [stdout] 400 | ref span, [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lit` [INFO] [stdout] --> src/generate/type_construction.rs:512:53 [INFO] [stdout] | [INFO] [stdout] 512 | TsType::TsLitType(TsLitType { ref span, ref lit }) => { [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `lit: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `type_params` [INFO] [stdout] --> src/generate/type_construction.rs:402:17 [INFO] [stdout] | [INFO] [stdout] 402 | ref type_params, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: try ignoring the field: `type_params: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 445 | ref span, [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:453:17 [INFO] [stdout] | [INFO] [stdout] 453 | ref span, [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `src` [INFO] [stdout] --> src/generate/typify_graph.rs:141:47 [INFO] [stdout] | [INFO] [stdout] 141 | ModuleDecl::ExportAll(ExportAll { ref src, .. }) => Ok(()), [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `src: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elem_types` [INFO] [stdout] --> src/generate/type_construction.rs:454:17 [INFO] [stdout] | [INFO] [stdout] 454 | ref elem_types, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try ignoring the field: `elem_types: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `src` [INFO] [stdout] --> src/generate/typify_graph.rs:199:18 [INFO] [stdout] | [INFO] [stdout] 199 | Some(ref src) => Ok(()), [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_src` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:470:21 [INFO] [stdout] | [INFO] [stdout] 470 | ref span, [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `types` [INFO] [stdout] --> src/generate/type_construction.rs:471:21 [INFO] [stdout] | [INFO] [stdout] 471 | ref types, [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `types: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:494:17 [INFO] [stdout] | [INFO] [stdout] 494 | ref span, [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `type_ann` [INFO] [stdout] --> src/generate/type_construction.rs:495:17 [INFO] [stdout] | [INFO] [stdout] 495 | ref type_ann, [INFO] [stdout] | ^^^^^^^^^^^^ help: try ignoring the field: `type_ann: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:512:43 [INFO] [stdout] | [INFO] [stdout] 512 | TsType::TsLitType(TsLitType { ref span, ref lit }) => { [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `span: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lit` [INFO] [stdout] --> src/generate/type_construction.rs:512:53 [INFO] [stdout] | [INFO] [stdout] 512 | TsType::TsLitType(TsLitType { ref span, ref lit }) => { [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `lit: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `src` [INFO] [stdout] --> src/generate/typify_graph.rs:141:47 [INFO] [stdout] | [INFO] [stdout] 141 | ModuleDecl::ExportAll(ExportAll { ref src, .. }) => Ok(()), [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `src: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `src` [INFO] [stdout] --> src/generate/typify_graph.rs:199:18 [INFO] [stdout] | [INFO] [stdout] 199 | Some(ref src) => Ok(()), [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_src` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/generate/bind_init.rs:225:61 [INFO] [stdout] | [INFO] [stdout] 225 | let mut module: Module = parser.parse_module().map_err(|mut e| { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/generate/bind_init.rs:225:61 [INFO] [stdout] | [INFO] [stdout] 225 | let mut module: Module = parser.parse_module().map_err(|mut e| { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/generate/graph_reduce.rs:536:23 [INFO] [stdout] | [INFO] [stdout] 536 | fn expand_exports(mut self) -> HashMap> { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/generate/graph_reduce.rs:536:23 [INFO] [stdout] | [INFO] [stdout] 536 | fn expand_exports(mut self) -> HashMap> { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `module_instantiated` [INFO] [stdout] --> src/generate/bind_graph_init.rs:91:8 [INFO] [stdout] | [INFO] [stdout] 91 | fn module_instantiated(&self, p: &CanonPath) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> src/generate/bind_init.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn get(&self, path: &CanonPath) -> &ModuleData { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NamespaceImport` [INFO] [stdout] --> src/generate/error.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | NamespaceImport, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_sink` [INFO] [stdout] --> src/generate/graph_reduce.rs:598:8 [INFO] [stdout] | [INFO] [stdout] 598 | fn is_sink(&self) -> bool { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `module_instantiated` [INFO] [stdout] --> src/generate/bind_graph_init.rs:91:8 [INFO] [stdout] | [INFO] [stdout] 91 | fn module_instantiated(&self, p: &CanonPath) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `RecursiveType` [INFO] [stdout] --> src/generate/ts_flavor_compat.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | RecursiveType, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InterfaceType` [INFO] [stdout] --> src/generate/ts_flavor_compat.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | InterfaceType, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> src/generate/bind_init.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn get(&self, path: &CanonPath) -> &ModuleData { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NamespaceImport` [INFO] [stdout] --> src/generate/error.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | NamespaceImport, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Alias` [INFO] [stdout] --> src/generate/type_structs.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / Alias { [INFO] [stdout] 24 | | name: JsWord, [INFO] [stdout] 25 | | aliasing_type: Box, [INFO] [stdout] 26 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_sink` [INFO] [stdout] --> src/generate/graph_reduce.rs:598:8 [INFO] [stdout] | [INFO] [stdout] 598 | fn is_sink(&self) -> bool { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Array` [INFO] [stdout] --> src/generate/type_structs.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | Array(Box, usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `RecursiveType` [INFO] [stdout] --> src/generate/ts_flavor_compat.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | RecursiveType, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `module_instantiated` [INFO] [stdout] --> src/generate/typify_graph.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn module_instantiated(&self, p: &CanonPath) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InterfaceType` [INFO] [stdout] --> src/generate/ts_flavor_compat.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | InterfaceType, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TsCustom` [INFO] [stdout] --> src/ts.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | TsCustom(TsFeatures), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `empty` [INFO] [stdout] --> src/ts.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn empty() -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Alias` [INFO] [stdout] --> src/generate/type_structs.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / Alias { [INFO] [stdout] 24 | | name: JsWord, [INFO] [stdout] 25 | | aliasing_type: Box, [INFO] [stdout] 26 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Array` [INFO] [stdout] --> src/generate/type_structs.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | Array(Box, usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `module_instantiated` [INFO] [stdout] --> src/generate/typify_graph.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn module_instantiated(&self, p: &CanonPath) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TsCustom` [INFO] [stdout] --> src/ts.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | TsCustom(TsFeatures), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `empty` [INFO] [stdout] --> src/ts.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn empty() -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 50 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 50 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 40s [INFO] running `Command { std: "docker" "inspect" "2dc4314bf8980ae161c1ad954bf0a064d585d80edccf5dac460bd25be20a7d82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dc4314bf8980ae161c1ad954bf0a064d585d80edccf5dac460bd25be20a7d82", kill_on_drop: false }` [INFO] [stdout] 2dc4314bf8980ae161c1ad954bf0a064d585d80edccf5dac460bd25be20a7d82