[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] edaaf48e98edfcdf15be68a1be3d262550d6cdeb [INFO] checking InnPatron/plank against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInnPatron%2Fplank" "/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/InnPatron/plank on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-6/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" "+beta" "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-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e3b0a777b6331d3ba374e9ac5fc5dd4e5934ddc687a72af55d8dfd17766e5623 [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" "e3b0a777b6331d3ba374e9ac5fc5dd4e5934ddc687a72af55d8dfd17766e5623", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e3b0a777b6331d3ba374e9ac5fc5dd4e5934ddc687a72af55d8dfd17766e5623", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3b0a777b6331d3ba374e9ac5fc5dd4e5934ddc687a72af55d8dfd17766e5623", kill_on_drop: false }` [INFO] [stdout] e3b0a777b6331d3ba374e9ac5fc5dd4e5934ddc687a72af55d8dfd17766e5623 [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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2ea80e91a2788a1c045ab3a940c6f35853b11061ebda6750e2fbd99dab30b3f [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" "b2ea80e91a2788a1c045ab3a940c6f35853b11061ebda6750e2fbd99dab30b3f", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.36 [INFO] [stderr] Checking if_chain v1.0.0 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking const-random v0.1.8 [INFO] [stderr] Checking ahash v0.3.8 [INFO] [stderr] Checking dashmap v3.5.1 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling swc_atoms v0.2.2 [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 serde_derive v1.0.114 [INFO] [stderr] Compiling swc_visit_macros v0.1.0 [INFO] [stderr] Compiling from_variant v0.1.2 [INFO] [stderr] Compiling string_enum v0.3.0 [INFO] [stderr] Compiling enum_kind v0.2.0 [INFO] [stderr] Compiling is-macro v0.1.8 [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] Compiling derive_builder v0.9.0 [INFO] [stderr] Checking serde v1.0.114 [INFO] [stderr] Checking serde_json v1.0.57 [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 import: `self` [INFO] [stdout] --> tests/common.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 28 | 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 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:28:20 [INFO] [stdout] | [INFO] [stdout] 28 | 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:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / make_test!(BASIC(basic_ts_num) expects: [INFO] [stdout] 9 | | common::line_separated_expected(&["40", "-20", "-55", "99", "9000", "Done"]) [INFO] [stdout] 10 | | ); [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:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_test!(BASIC(unwrapped_ts_num) [INFO] [stdout] 13 | | jetsam-compile: |_, mut c: std::process::Command| { [INFO] [stdout] 14 | | c [INFO] [stdout] 15 | | .arg("--wrap-top-level-vars") [INFO] [stdout] ... | [INFO] [stdout] 21 | | => expects: common::line_separated_expected(&["40", "-20", "-55", "99", "9000", "Done"]) [INFO] [stdout] 22 | | ); [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:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | / make_test!(FULL(test => config_unwrapped_ts_num, data => unwrapped_ts_num) [INFO] [stdout] 25 | | jetsam-compile: |env: &common::TestEnv, mut c: std::process::Command| { [INFO] [stdout] 26 | | env.create_tmp_file( [INFO] [stdout] 27 | | "config.json", [INFO] [stdout] ... | [INFO] [stdout] 39 | | => expects: common::line_separated_expected(&["40", "-20", "-55", "99", "9000", "Done"]) [INFO] [stdout] 40 | | ); [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: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> tests/common.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | 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:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | 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:218:8 [INFO] [stdout] | [INFO] [stdout] 218 | 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: 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 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: unused import: `ModuleNode` [INFO] [stdout] --> src/generate/ts_flavor_detector.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 6 | use super::typify_graph::{ ModuleGraph, ModuleNode }; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ClassType` [INFO] [stdout] --> src/generate/ts_flavor_detector.rs:7:42 [INFO] [stdout] | [INFO] [stdout] 7 | use super::type_structs::{ Type, FnType, ClassType }; [INFO] [stdout] | ^^^^^^^^^ [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 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: unused import: `ModuleNode` [INFO] [stdout] --> src/generate/ts_flavor_detector.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 6 | use super::typify_graph::{ ModuleGraph, ModuleNode }; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ClassType` [INFO] [stdout] --> src/generate/ts_flavor_detector.rs:7:42 [INFO] [stdout] | [INFO] [stdout] 7 | use super::type_structs::{ Type, FnType, ClassType }; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ann_span` [INFO] [stdout] --> src/generate/type_construction.rs:341:13 [INFO] [stdout] | [INFO] [stdout] 341 | let ann_span = ann.span; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ann_span` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:353:17 [INFO] [stdout] | [INFO] [stdout] 353 | 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:376:17 [INFO] [stdout] | [INFO] [stdout] 376 | 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:385:17 [INFO] [stdout] | [INFO] [stdout] 385 | 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:387:17 [INFO] [stdout] | [INFO] [stdout] 387 | 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:412:17 [INFO] [stdout] | [INFO] [stdout] 412 | 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:413:17 [INFO] [stdout] | [INFO] [stdout] 413 | 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:414:17 [INFO] [stdout] | [INFO] [stdout] 414 | 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:415:17 [INFO] [stdout] | [INFO] [stdout] 415 | 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:423:17 [INFO] [stdout] | [INFO] [stdout] 423 | 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:425:17 [INFO] [stdout] | [INFO] [stdout] 425 | 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:476:17 [INFO] [stdout] | [INFO] [stdout] 476 | 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:484:17 [INFO] [stdout] | [INFO] [stdout] 484 | 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:485:17 [INFO] [stdout] | [INFO] [stdout] 485 | ref elem_types, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try ignoring the field: `elem_types: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:500:17 [INFO] [stdout] | [INFO] [stdout] 500 | 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:501:17 [INFO] [stdout] | [INFO] [stdout] 501 | 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:521:17 [INFO] [stdout] | [INFO] [stdout] 521 | 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:522:17 [INFO] [stdout] | [INFO] [stdout] 522 | 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:540:17 [INFO] [stdout] | [INFO] [stdout] 540 | 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:541:17 [INFO] [stdout] | [INFO] [stdout] 541 | ref lit, [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `lit: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cache` [INFO] [stdout] --> src/generate/bind_graph_init.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | cache: &ModuleCache, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_cache` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occupied` [INFO] [stdout] --> src/generate/bind_graph_init.rs:173:37 [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:180:37 [INFO] [stdout] | [INFO] [stdout] 180 | 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:187:37 [INFO] [stdout] | [INFO] [stdout] 187 | 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:192:37 [INFO] [stdout] | [INFO] [stdout] 192 | 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: `src` [INFO] [stdout] --> src/generate/typify_graph.rs:161:17 [INFO] [stdout] | [INFO] [stdout] 161 | ref src, [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:225:18 [INFO] [stdout] | [INFO] [stdout] 225 | 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: `options` [INFO] [stdout] --> src/generate/emit.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | 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:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | 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:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | 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: `canon_path` [INFO] [stdout] --> src/generate/ts_flavor_detector.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | 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:341:13 [INFO] [stdout] | [INFO] [stdout] 341 | let ann_span = ann.span; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ann_span` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:353:17 [INFO] [stdout] | [INFO] [stdout] 353 | 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:376:17 [INFO] [stdout] | [INFO] [stdout] 376 | 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:385:17 [INFO] [stdout] | [INFO] [stdout] 385 | 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:387:17 [INFO] [stdout] | [INFO] [stdout] 387 | 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:412:17 [INFO] [stdout] | [INFO] [stdout] 412 | 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:413:17 [INFO] [stdout] | [INFO] [stdout] 413 | 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:414:17 [INFO] [stdout] | [INFO] [stdout] 414 | 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:415:17 [INFO] [stdout] | [INFO] [stdout] 415 | 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:423:17 [INFO] [stdout] | [INFO] [stdout] 423 | 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:425:17 [INFO] [stdout] | [INFO] [stdout] 425 | 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:476:17 [INFO] [stdout] | [INFO] [stdout] 476 | 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:484:17 [INFO] [stdout] | [INFO] [stdout] 484 | 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:485:17 [INFO] [stdout] | [INFO] [stdout] 485 | ref elem_types, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try ignoring the field: `elem_types: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/generate/type_construction.rs:500:17 [INFO] [stdout] | [INFO] [stdout] 500 | 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:501:17 [INFO] [stdout] | [INFO] [stdout] 501 | 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:521:17 [INFO] [stdout] | [INFO] [stdout] 521 | 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:522:17 [INFO] [stdout] | [INFO] [stdout] 522 | 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:540:17 [INFO] [stdout] | [INFO] [stdout] 540 | 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:541:17 [INFO] [stdout] | [INFO] [stdout] 541 | ref lit, [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `lit: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cache` [INFO] [stdout] --> src/generate/bind_graph_init.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | cache: &ModuleCache, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_cache` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occupied` [INFO] [stdout] --> src/generate/bind_graph_init.rs:173:37 [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:180:37 [INFO] [stdout] | [INFO] [stdout] 180 | 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:187:37 [INFO] [stdout] | [INFO] [stdout] 187 | 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:192:37 [INFO] [stdout] | [INFO] [stdout] 192 | 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: `src` [INFO] [stdout] --> src/generate/typify_graph.rs:161:17 [INFO] [stdout] | [INFO] [stdout] 161 | ref src, [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:225:18 [INFO] [stdout] | [INFO] [stdout] 225 | 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: `options` [INFO] [stdout] --> src/generate/emit.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | 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:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | 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:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | 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: `canon_path` [INFO] [stdout] --> src/generate/ts_flavor_detector.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | 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: variable does not need to be mutable [INFO] [stdout] --> src/generate/bind_init.rs:231:19 [INFO] [stdout] | [INFO] [stdout] 231 | .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:231:19 [INFO] [stdout] | [INFO] [stdout] 231 | .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:554:23 [INFO] [stdout] | [INFO] [stdout] 554 | 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:554:23 [INFO] [stdout] | [INFO] [stdout] 554 | fn expand_exports(mut self) -> HashMap> { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [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] = note: `#[warn(dead_code)]` on by default [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: `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: associated function is never used: `module_instantiated` [INFO] [stdout] --> src/generate/bind_graph_init.rs:100:8 [INFO] [stdout] | [INFO] [stdout] 100 | fn module_instantiated(&self, p: &CanonPath) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_sink` [INFO] [stdout] --> src/generate/graph_reduce.rs:618:8 [INFO] [stdout] | [INFO] [stdout] 618 | 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/typify_graph.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | fn module_instantiated(&self, p: &CanonPath) -> bool { [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: 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: 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] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `empty` [INFO] [stdout] --> src/ts.rs:115:12 [INFO] [stdout] | [INFO] [stdout] 115 | 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: `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: associated function is never used: `module_instantiated` [INFO] [stdout] --> src/generate/bind_graph_init.rs:100:8 [INFO] [stdout] | [INFO] [stdout] 100 | fn module_instantiated(&self, p: &CanonPath) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_sink` [INFO] [stdout] --> src/generate/graph_reduce.rs:618:8 [INFO] [stdout] | [INFO] [stdout] 618 | 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/typify_graph.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | fn module_instantiated(&self, p: &CanonPath) -> bool { [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: 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:115:12 [INFO] [stdout] | [INFO] [stdout] 115 | 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 20s [INFO] running `Command { std: "docker" "inspect" "b2ea80e91a2788a1c045ab3a940c6f35853b11061ebda6750e2fbd99dab30b3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2ea80e91a2788a1c045ab3a940c6f35853b11061ebda6750e2fbd99dab30b3f", kill_on_drop: false }` [INFO] [stdout] b2ea80e91a2788a1c045ab3a940c6f35853b11061ebda6750e2fbd99dab30b3f