[INFO] updating cached repository https://github.com/marior765/rustpack
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 72c8536c6fb057d45b362dde45a7f97f076b8808
[INFO] checking marior765/rustpack against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarior765%2Frustpack" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/marior765/rustpack on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/marior765/rustpack
[INFO] finished tweaking git repo https://github.com/marior765/rustpack
[INFO] tweaked toml for git repo https://github.com/marior765/rustpack written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/marior765/rustpack already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] d905cfe13a4a532e844766aba35d97404c1b4a1998175c2365a7df5519bb3ede
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "d905cfe13a4a532e844766aba35d97404c1b4a1998175c2365a7df5519bb3ede"`
[INFO] [stderr]    Compiling memchr v2.1.3
[INFO] [stderr]    Compiling rand v0.6.4
[INFO] [stderr]    Compiling backtrace v0.3.13
[INFO] [stderr]     Checking smallvec v0.6.8
[INFO] [stderr]    Compiling rand_os v0.1.1
[INFO] [stderr]     Checking openssl-sys v0.9.40
[INFO] [stderr]     Checking backtrace-sys v0.1.28
[INFO] [stderr]     Checking chrono v0.4.6
[INFO] [stderr]     Checking uuid v0.7.1
[INFO] [stderr]    Compiling syn v0.15.26
[INFO] [stderr]     Checking jsonway v2.0.0
[INFO] [stderr]     Checking unicode-normalization v0.1.8
[INFO] [stderr]     Checking error-chain v0.12.0
[INFO] [stderr]     Checking openssl v0.10.16
[INFO] [stderr]     Checking aho-corasick v0.6.9
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]     Checking regex v1.1.0
[INFO] [stderr]    Compiling phf_codegen v0.7.24
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]    Compiling valico v2.4.1
[INFO] [stderr]     Checking native-tls v0.2.2
[INFO] [stderr]    Compiling serde_derive v1.0.85
[INFO] [stderr]     Checking publicsuffix v1.5.2
[INFO] [stderr]     Checking rustpack v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: unknown start of token: \
[INFO] [stderr]   --> src/MultiCompiler.rs:35:20
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 /[/\\]/.test(common_path)
[INFO] [stderr]    |                    ^
[INFO] [stderr] 
[INFO] [stderr] error: unknown start of token: \
[INFO] [stderr]   --> src/MultiCompiler.rs:35:21
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 /[/\\]/.test(common_path)
[INFO] [stderr]    |                     ^
[INFO] [stderr] 
[INFO] [stderr] error: unknown start of token: \
[INFO] [stderr]   --> src/MultiCompiler.rs:37:54
[INFO] [stderr]    |
[INFO] [stderr] 37 |                 common_path = common_path.replace(/[/\\][^/\\]*$/, "");
[INFO] [stderr]    |                                                      ^
[INFO] [stderr] 
[INFO] [stderr] error: unknown start of token: \
[INFO] [stderr]   --> src/MultiCompiler.rs:37:55
[INFO] [stderr]    |
[INFO] [stderr] 37 |                 common_path = common_path.replace(/[/\\][^/\\]*$/, "");
[INFO] [stderr]    |                                                       ^
[INFO] [stderr] 
[INFO] [stderr] error: unknown start of token: \
[INFO] [stderr]   --> src/MultiCompiler.rs:37:60
[INFO] [stderr]    |
[INFO] [stderr] 37 |                 common_path = common_path.replace(/[/\\][^/\\]*$/, "");
[INFO] [stderr]    |                                                            ^
[INFO] [stderr] 
[INFO] [stderr] error: unknown start of token: \
[INFO] [stderr]   --> src/MultiCompiler.rs:37:61
[INFO] [stderr]    |
[INFO] [stderr] 37 |                 common_path = common_path.replace(/[/\\][^/\\]*$/, "");
[INFO] [stderr]    |                                                             ^
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found keyword `self`
[INFO] [stderr]   --> src/MultiCompiler.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |         }
[INFO] [stderr]    |          - expected one of `.`, `;`, `?`, `}`, or an operator
[INFO] [stderr] 15 | 
[INFO] [stderr] 16 |         self.compilers = compilers;
[INFO] [stderr]    |         ^^^^ unexpected token
[INFO] [stderr] 
[INFO] [stderr] error: expected expression, found `=`
[INFO] [stderr]   --> src/MultiCompiler.rs:34:21
[INFO] [stderr]    |
[INFO] [stderr] 34 |                 ) !== 0 &&
[INFO] [stderr]    |                     ^ expected expression
[INFO] [stderr] 
[INFO] [stderr] error: expected expression, found `/`
[INFO] [stderr]   --> src/MultiCompiler.rs:37:51
[INFO] [stderr]    |
[INFO] [stderr] 37 |                 common_path = common_path.replace(/[/\\][^/\\]*$/, "");
[INFO] [stderr]    |                                                   ^ expected expression
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `:` or `|`, found `)`
[INFO] [stderr]   --> src/MultiCompiler.rs:63:40
[INFO] [stderr]    |
[INFO] [stderr] 63 |     fn validateDependencies(&self, Fn()) -> bool {
[INFO] [stderr]    |                                        ^ expected one of `:` or `|`
[INFO] [stderr] 
[INFO] [stderr] error: expected expression, found `}`
[INFO] [stderr]   --> src/MultiCompiler.rs:77:9
[INFO] [stderr]    |
[INFO] [stderr] 77 |         };
[INFO] [stderr]    |         ^ expected expression
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `,`
[INFO] [stderr]   --> src/MultiCompiler.rs:88:46
[INFO] [stderr]    |
[INFO] [stderr] 88 | ...                   self.compilers[i],
[INFO] [stderr]    |                                        ^ expected one of `.`, `;`, `?`, `}`, or an operator
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `:` or `|`, found `)`
[INFO] [stderr]   --> src/MultiCompiler.rs:97:23
[INFO] [stderr]    |
[INFO] [stderr] 97 |     fn run(&self, Fn()) -> Fn() {
[INFO] [stderr]    |                       ^ expected one of `:` or `|`
[INFO] [stderr] 
[INFO] [stderr] error: expected expression, found `=`
[INFO] [stderr]    --> src/MultiCompiler.rs:105:24
[INFO] [stderr]     |
[INFO] [stderr] 105 |             if (Fn() !== unimplemented!) {
[INFO] [stderr]     |                        ^ expected expression
[INFO] [stderr] 
[INFO] [stderr] error: expected `;`, found ``}``
[INFO] [stderr]    --> src/MultiCompiler.rs:108:10
[INFO] [stderr]     |
[INFO] [stderr] 108 |         }
[INFO] [stderr]     |          ^ help: add `;` here
[INFO] [stderr] ...
[INFO] [stderr] 112 |     }
[INFO] [stderr]     |     - unexpected token
[INFO] [stderr] 
[INFO] [stderr] error[E0583]: file not found for module `ConcurrentCompilationError`
[INFO] [stderr]  --> src/MultiCompiler.rs:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | mod ConcurrentCompilationError;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: to create the module `ConcurrentCompilationError`, create file "src/MultiCompiler/ConcurrentCompilationError.rs"
[INFO] [stderr] 
[INFO] [stderr] error: unknown start of token: \
[INFO] [stderr]   --> src/MultiCompiler.rs:35:20
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 /[/\\]/.test(common_path)
[INFO] [stderr]    |                    ^
[INFO] [stderr] 
[INFO] [stderr] error: unknown start of token: \
[INFO] [stderr]   --> src/MultiCompiler.rs:35:21
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 /[/\\]/.test(common_path)
[INFO] [stderr]    |                     ^
[INFO] [stderr] 
[INFO] [stderr] error: unknown start of token: \
[INFO] [stderr]   --> src/MultiCompiler.rs:37:54
[INFO] [stderr]    |
[INFO] [stderr] 37 |                 common_path = common_path.replace(/[/\\][^/\\]*$/, "");
[INFO] [stderr]    |                                                      ^
[INFO] [stderr] 
[INFO] [stderr] error: unknown start of token: \
[INFO] [stderr]   --> src/MultiCompiler.rs:37:55
[INFO] [stderr]    |
[INFO] [stderr] 37 |                 common_path = common_path.replace(/[/\\][^/\\]*$/, "");
[INFO] [stderr]    |                                                       ^
[INFO] [stderr] 
[INFO] [stderr] error: unknown start of token: \
[INFO] [stderr]   --> src/MultiCompiler.rs:37:60
[INFO] [stderr]    |
[INFO] [stderr] 37 |                 common_path = common_path.replace(/[/\\][^/\\]*$/, "");
[INFO] [stderr]    |                                                            ^
[INFO] [stderr] 
[INFO] [stderr] error: unknown start of token: \
[INFO] [stderr]   --> src/MultiCompiler.rs:37:61
[INFO] [stderr]    |
[INFO] [stderr] 37 |                 common_path = common_path.replace(/[/\\][^/\\]*$/, "");
[INFO] [stderr]    |                                                             ^
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found keyword `self`
[INFO] [stderr]   --> src/MultiCompiler.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |         }
[INFO] [stderr]    |          - expected one of `.`, `;`, `?`, `}`, or an operator
[INFO] [stderr] 15 | 
[INFO] [stderr] 16 |         self.compilers = compilers;
[INFO] [stderr]    |         ^^^^ unexpected token
[INFO] [stderr] 
[INFO] [stderr] error: expected expression, found `=`
[INFO] [stderr]   --> src/MultiCompiler.rs:34:21
[INFO] [stderr]    |
[INFO] [stderr] 34 |                 ) !== 0 &&
[INFO] [stderr]    |                     ^ expected expression
[INFO] [stderr] 
[INFO] [stderr] error: expected expression, found `/`
[INFO] [stderr]   --> src/MultiCompiler.rs:37:51
[INFO] [stderr]    |
[INFO] [stderr] 37 |                 common_path = common_path.replace(/[/\\][^/\\]*$/, "");
[INFO] [stderr]    |                                                   ^ expected expression
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `:` or `|`, found `)`
[INFO] [stderr]   --> src/MultiCompiler.rs:63:40
[INFO] [stderr]    |
[INFO] [stderr] 63 |     fn validateDependencies(&self, Fn()) -> bool {
[INFO] [stderr]    |                                        ^ expected one of `:` or `|`
[INFO] [stderr] 
[INFO] [stderr] error: expected expression, found `}`
[INFO] [stderr]   --> src/MultiCompiler.rs:77:9
[INFO] [stderr]    |
[INFO] [stderr] 77 |         };
[INFO] [stderr]    |         ^ expected expression
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `,`
[INFO] [stderr]   --> src/MultiCompiler.rs:88:46
[INFO] [stderr]    |
[INFO] [stderr] 88 | ...                   self.compilers[i],
[INFO] [stderr]    |                                        ^ expected one of `.`, `;`, `?`, `}`, or an operator
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `:` or `|`, found `)`
[INFO] [stderr]   --> src/MultiCompiler.rs:97:23
[INFO] [stderr]    |
[INFO] [stderr] 97 |     fn run(&self, Fn()) -> Fn() {
[INFO] [stderr]    |                       ^ expected one of `:` or `|`
[INFO] [stderr] 
[INFO] [stderr] error: expected expression, found `=`
[INFO] [stderr]    --> src/MultiCompiler.rs:105:24
[INFO] [stderr]     |
[INFO] [stderr] 105 |             if (Fn() !== unimplemented!) {
[INFO] [stderr]     |                        ^ expected expression
[INFO] [stderr] 
[INFO] [stderr] error: expected `;`, found ``}``
[INFO] [stderr]    --> src/MultiCompiler.rs:108:10
[INFO] [stderr]     |
[INFO] [stderr] 108 |         }
[INFO] [stderr]     |          ^ help: add `;` here
[INFO] [stderr] ...
[INFO] [stderr] 112 |     }
[INFO] [stderr]     |     - unexpected token
[INFO] [stderr] 
[INFO] [stderr] error[E0583]: file not found for module `ConcurrentCompilationError`
[INFO] [stderr]  --> src/MultiCompiler.rs:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | mod ConcurrentCompilationError;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: to create the module `ConcurrentCompilationError`, create file "src/MultiCompiler/ConcurrentCompilationError.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0449]: unnecessary visibility qualifier
[INFO] [stderr]  --> src/MultiCompiler.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub impl MultiCompiler {
[INFO] [stderr]   | ^^^ `pub` not permitted here because it's implied
[INFO] [stderr]   |
[INFO] [stderr]   = note: place qualifiers on individual impl items instead
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `ConcurrentCompilationError::ConcurrentCompilationError`
[INFO] [stderr]  --> src/MultiCompiler.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use ConcurrentCompilationError::ConcurrentCompilationError;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ConcurrentCompilationError` in `MultiCompiler::ConcurrentCompilationError`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MultiCompiler` in this scope
[INFO] [stderr]  --> src/MultiCompiler.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub impl MultiCompiler {
[INFO] [stderr]   |          ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MultiCompiler` in this scope
[INFO] [stderr]   --> src/MultiCompiler.rs:11:47
[INFO] [stderr]    |
[INFO] [stderr] 11 |     fn new(&self, compilers: &Vec<String>) -> MultiCompiler {
[INFO] [stderr]    |                                               ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `commonPath` in this scope
[INFO] [stderr]   --> src/MultiCompiler.rs:40:9
[INFO] [stderr]    |
[INFO] [stderr] 40 |         commonPath
[INFO] [stderr]    |         ^^^^^^^^^^ help: a local variable with a similar name exists: `common_path`
[INFO] [stderr] 
[INFO] [stderr] error[E0573]: expected type, found variant `Err`
[INFO] [stderr]   --> src/MultiCompiler.rs:43:29
[INFO] [stderr]    |
[INFO] [stderr] 43 |     fn inputFileSystem() -> Err {
[INFO] [stderr]    |                             ^^^ not a type
[INFO] [stderr]    |
[INFO] [stderr] help: possible better candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 2  | use futures::future::Err;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0573]: expected type, found variant `Err`
[INFO] [stderr]   --> src/MultiCompiler.rs:47:30
[INFO] [stderr]    |
[INFO] [stderr] 47 |     fn outputFileSystem() -> Err {
[INFO] [stderr]    |                              ^^^ not a type
[INFO] [stderr]    |
[INFO] [stderr] help: possible better candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 2  | use futures::future::Err;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found trait `Fn`
[INFO] [stderr]   --> src/MultiCompiler.rs:99:13
[INFO] [stderr]    |
[INFO] [stderr] 99 |             Fn(ConcurrentCompilationError::new())
[INFO] [stderr]    |             ^^ not a function, tuple struct or tuple variant
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `new` in module `ConcurrentCompilationError`
[INFO] [stderr]   --> src/MultiCompiler.rs:99:44
[INFO] [stderr]    |
[INFO] [stderr] 99 |             Fn(ConcurrentCompilationError::new())
[INFO] [stderr]    |                                            ^^^ not found in `ConcurrentCompilationError`
[INFO] [stderr] 
[INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found trait `Fn`
[INFO] [stderr]    --> src/MultiCompiler.rs:106:17
[INFO] [stderr]     |
[INFO] [stderr] 106 |                 Fn(err, stats)
[INFO] [stderr]     |                 ^^ not a function, tuple struct or tuple variant
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `new` in module `MultiCompiler`
[INFO] [stderr]   --> src/main.rs:30:35
[INFO] [stderr]    |
[INFO] [stderr] 30 |     let compiler = MultiCompiler::new();
[INFO] [stderr]    |                                   ^^^ not found in `MultiCompiler`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `serde_json::Value`
[INFO] [stderr]  --> src/MultiCompiler.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use serde_json::Value;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]   --> src/MultiCompiler.rs:79:16
[INFO] [stderr]    |
[INFO] [stderr] 79 |             if (self.compilers[i].dependecies) {
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]   --> src/MultiCompiler.rs:84:24
[INFO] [stderr]    |
[INFO] [stderr] 84 |                     if (!target) {
[INFO] [stderr]    |                        ^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/MultiCompiler.rs:97:28
[INFO] [stderr]    |
[INFO] [stderr] 97 |     fn run(&self, Fn()) -> Fn() {
[INFO] [stderr]    |                            ^^^^ help: use `dyn`: `dyn Fn()`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]   --> src/MultiCompiler.rs:98:12
[INFO] [stderr]    |
[INFO] [stderr] 98 |         if (self.running) {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/MultiCompiler.rs:116:16
[INFO] [stderr]     |
[INFO] [stderr] 116 |             if (self.compilers[i].inputFileSystem && self.inputFileSystem().purge) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Result`
[INFO] [stderr]   --> src/main.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     Result, 
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0201]: duplicate definitions with name `inputFileSystem`:
[INFO] [stderr]   --> src/MultiCompiler.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 43 | /     fn inputFileSystem() -> Err {
[INFO] [stderr] 44 | |         panic!("Cannot read inputFileSystem of a MiltiCompiler");
[INFO] [stderr] 45 | |     }
[INFO] [stderr]    | |_____- previous definition of `inputFileSystem` here
[INFO] [stderr] ...
[INFO] [stderr] 51 | /     fn inputFileSystem(&self, value: String) {
[INFO] [stderr] 52 | |         for i in 0..self.compilers.len() {
[INFO] [stderr] 53 | |             self.compilers[i].inputFileSystem = value;
[INFO] [stderr] 54 | |         }
[INFO] [stderr] 55 | |     }
[INFO] [stderr]    | |_____^ duplicate definition
[INFO] [stderr] 
[INFO] [stderr] error[E0201]: duplicate definitions with name `outputFileSystem`:
[INFO] [stderr]   --> src/MultiCompiler.rs:57:5
[INFO] [stderr]    |
[INFO] [stderr] 47 | /     fn outputFileSystem() -> Err {
[INFO] [stderr] 48 | |         panic!("Cannot read outputFileSystem of a MiltiCompiler");
[INFO] [stderr] 49 | |     }
[INFO] [stderr]    | |_____- previous definition of `outputFileSystem` here
[INFO] [stderr] ...
[INFO] [stderr] 57 | /     fn outputFileSystem(&self, value: String) {
[INFO] [stderr] 58 | |         for i in 0..self.compilers.len() {
[INFO] [stderr] 59 | |             self.compilers[i].outputFileSystem = value;
[INFO] [stderr] 60 | |         }
[INFO] [stderr] 61 | |     }
[INFO] [stderr]    | |_____^ duplicate definition
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 29 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0201, E0412, E0423, E0425, E0432, E0449, E0573, E0583.
[INFO] [stderr] For more information about an error, try `rustc --explain E0201`.
[INFO] [stderr] error: could not compile `rustpack`.
[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[E0449]: unnecessary visibility qualifier
[INFO] [stderr]  --> src/MultiCompiler.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub impl MultiCompiler {
[INFO] [stderr]   | ^^^ `pub` not permitted here because it's implied
[INFO] [stderr]   |
[INFO] [stderr]   = note: place qualifiers on individual impl items instead
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `ConcurrentCompilationError::ConcurrentCompilationError`
[INFO] [stderr]  --> src/MultiCompiler.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use ConcurrentCompilationError::ConcurrentCompilationError;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ConcurrentCompilationError` in `MultiCompiler::ConcurrentCompilationError`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MultiCompiler` in this scope
[INFO] [stderr]  --> src/MultiCompiler.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub impl MultiCompiler {
[INFO] [stderr]   |          ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MultiCompiler` in this scope
[INFO] [stderr]   --> src/MultiCompiler.rs:11:47
[INFO] [stderr]    |
[INFO] [stderr] 11 |     fn new(&self, compilers: &Vec<String>) -> MultiCompiler {
[INFO] [stderr]    |                                               ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `commonPath` in this scope
[INFO] [stderr]   --> src/MultiCompiler.rs:40:9
[INFO] [stderr]    |
[INFO] [stderr] 40 |         commonPath
[INFO] [stderr]    |         ^^^^^^^^^^ help: a local variable with a similar name exists: `common_path`
[INFO] [stderr] 
[INFO] [stderr] error[E0573]: expected type, found variant `Err`
[INFO] [stderr]   --> src/MultiCompiler.rs:43:29
[INFO] [stderr]    |
[INFO] [stderr] 43 |     fn inputFileSystem() -> Err {
[INFO] [stderr]    |                             ^^^ not a type
[INFO] [stderr]    |
[INFO] [stderr] help: possible better candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 2  | use futures::future::Err;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0573]: expected type, found variant `Err`
[INFO] [stderr]   --> src/MultiCompiler.rs:47:30
[INFO] [stderr]    |
[INFO] [stderr] 47 |     fn outputFileSystem() -> Err {
[INFO] [stderr]    |                              ^^^ not a type
[INFO] [stderr]    |
[INFO] [stderr] help: possible better candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 2  | use futures::future::Err;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found trait `Fn`
[INFO] [stderr]   --> src/MultiCompiler.rs:99:13
[INFO] [stderr]    |
[INFO] [stderr] 99 |             Fn(ConcurrentCompilationError::new())
[INFO] [stderr]    |             ^^ not a function, tuple struct or tuple variant
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `new` in module `ConcurrentCompilationError`
[INFO] [stderr]   --> src/MultiCompiler.rs:99:44
[INFO] [stderr]    |
[INFO] [stderr] 99 |             Fn(ConcurrentCompilationError::new())
[INFO] [stderr]    |                                            ^^^ not found in `ConcurrentCompilationError`
[INFO] [stderr] 
[INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found trait `Fn`
[INFO] [stderr]    --> src/MultiCompiler.rs:106:17
[INFO] [stderr]     |
[INFO] [stderr] 106 |                 Fn(err, stats)
[INFO] [stderr]     |                 ^^ not a function, tuple struct or tuple variant
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `new` in module `MultiCompiler`
[INFO] [stderr]   --> src/main.rs:30:35
[INFO] [stderr]    |
[INFO] [stderr] 30 |     let compiler = MultiCompiler::new();
[INFO] [stderr]    |                                   ^^^ not found in `MultiCompiler`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `serde_json::Value`
[INFO] [stderr]  --> src/MultiCompiler.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use serde_json::Value;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]   --> src/MultiCompiler.rs:79:16
[INFO] [stderr]    |
[INFO] [stderr] 79 |             if (self.compilers[i].dependecies) {
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]   --> src/MultiCompiler.rs:84:24
[INFO] [stderr]    |
[INFO] [stderr] 84 |                     if (!target) {
[INFO] [stderr]    |                        ^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/MultiCompiler.rs:97:28
[INFO] [stderr]    |
[INFO] [stderr] 97 |     fn run(&self, Fn()) -> Fn() {
[INFO] [stderr]    |                            ^^^^ help: use `dyn`: `dyn Fn()`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]   --> src/MultiCompiler.rs:98:12
[INFO] [stderr]    |
[INFO] [stderr] 98 |         if (self.running) {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/MultiCompiler.rs:116:16
[INFO] [stderr]     |
[INFO] [stderr] 116 |             if (self.compilers[i].inputFileSystem && self.inputFileSystem().purge) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Result`
[INFO] [stderr]   --> src/main.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     Result, 
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0201]: duplicate definitions with name `inputFileSystem`:
[INFO] [stderr]   --> src/MultiCompiler.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 43 | /     fn inputFileSystem() -> Err {
[INFO] [stderr] 44 | |         panic!("Cannot read inputFileSystem of a MiltiCompiler");
[INFO] [stderr] 45 | |     }
[INFO] [stderr]    | |_____- previous definition of `inputFileSystem` here
[INFO] [stderr] ...
[INFO] [stderr] 51 | /     fn inputFileSystem(&self, value: String) {
[INFO] [stderr] 52 | |         for i in 0..self.compilers.len() {
[INFO] [stderr] 53 | |             self.compilers[i].inputFileSystem = value;
[INFO] [stderr] 54 | |         }
[INFO] [stderr] 55 | |     }
[INFO] [stderr]    | |_____^ duplicate definition
[INFO] [stderr] 
[INFO] [stderr] error[E0201]: duplicate definitions with name `outputFileSystem`:
[INFO] [stderr]   --> src/MultiCompiler.rs:57:5
[INFO] [stderr]    |
[INFO] [stderr] 47 | /     fn outputFileSystem() -> Err {
[INFO] [stderr] 48 | |         panic!("Cannot read outputFileSystem of a MiltiCompiler");
[INFO] [stderr] 49 | |     }
[INFO] [stderr]    | |_____- previous definition of `outputFileSystem` here
[INFO] [stderr] ...
[INFO] [stderr] 57 | /     fn outputFileSystem(&self, value: String) {
[INFO] [stderr] 58 | |         for i in 0..self.compilers.len() {
[INFO] [stderr] 59 | |             self.compilers[i].outputFileSystem = value;
[INFO] [stderr] 60 | |         }
[INFO] [stderr] 61 | |     }
[INFO] [stderr]    | |_____^ duplicate definition
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 29 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0201, E0412, E0423, E0425, E0432, E0449, E0573, E0583.
[INFO] [stderr] For more information about an error, try `rustc --explain E0201`.
[INFO] [stderr] error: could not compile `rustpack`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "d905cfe13a4a532e844766aba35d97404c1b4a1998175c2365a7df5519bb3ede"`
[INFO] running `"docker" "rm" "-f" "d905cfe13a4a532e844766aba35d97404c1b4a1998175c2365a7df5519bb3ede"`
[INFO] [stdout] d905cfe13a4a532e844766aba35d97404c1b4a1998175c2365a7df5519bb3ede
