Dec 12 19:58:41.076 INFO testing yuriygr/mega_parser against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 12 19:58:41.076 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +bd47d6825bf4090517549d33cfef10d3300b4a75-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 12 19:58:41.538 INFO [stdout] 98856429303a491881c18cf65d1b9eafd5f44dcefb915212abc2334732bcb860 Dec 12 19:58:41.540 INFO running `"docker" "start" "-a" "98856429303a491881c18cf65d1b9eafd5f44dcefb915212abc2334732bcb860"` Dec 12 19:58:43.853 INFO [stderr] usermod: no changes Dec 12 19:58:44.210 INFO [stderr] Compiling encoding_rs v0.8.12 Dec 12 19:58:44.219 INFO [stderr] Compiling arrayvec v0.4.7 Dec 12 19:58:44.243 INFO [stderr] Compiling openssl v0.10.15 Dec 12 19:58:44.243 INFO [stderr] Compiling syn v0.15.21 Dec 12 19:58:44.243 INFO [stderr] Compiling serde_urlencoded v0.5.3 Dec 12 19:58:44.243 INFO [stderr] Compiling libflate v0.1.18 Dec 12 19:58:44.243 INFO [stderr] Compiling parking_lot_core v0.3.1 Dec 12 19:58:49.685 INFO [stderr] Compiling crossbeam-epoch v0.6.1 Dec 12 19:58:49.784 INFO [stderr] Compiling parking_lot v0.6.4 Dec 12 19:58:56.243 INFO [stderr] Compiling tokio-reactor v0.1.6 Dec 12 19:58:56.407 INFO [stderr] Compiling crossbeam-deque v0.6.2 Dec 12 19:58:58.199 INFO [stderr] Compiling tokio-threadpool v0.1.8 Dec 12 19:59:03.341 INFO [stderr] Compiling tokio-uds v0.2.3 Dec 12 19:59:03.343 INFO [stderr] Compiling tokio-udp v0.1.2 Dec 12 19:59:03.343 INFO [stderr] Compiling tokio-tcp v0.1.2 Dec 12 19:59:17.651 INFO [stderr] Compiling tokio-fs v0.1.4 Dec 12 19:59:19.157 INFO [stderr] Compiling serde_derive v1.0.80 Dec 12 19:59:21.119 INFO [stderr] Compiling native-tls v0.2.2 Dec 12 19:59:21.291 INFO [stderr] Compiling tokio v0.1.11 Dec 12 19:59:24.991 INFO [stderr] Compiling hyper v0.12.14 Dec 12 19:59:44.004 INFO [stderr] Compiling hyper-tls v0.3.1 Dec 12 19:59:45.491 INFO [stderr] Compiling reqwest v0.9.5 Dec 12 19:59:59.765 INFO [stderr] Compiling mega_parser v0.1.6 (/source) Dec 12 20:00:00.551 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `dvach` Dec 12 20:00:00.551 INFO [stderr] --> src/dvach/methods.rs:1:5 Dec 12 20:00:00.551 INFO [stderr] | Dec 12 20:00:00.551 INFO [stderr] 1 | use dvach::structs::{ Dec 12 20:00:00.551 INFO [stderr] | ^^^^^ use of undeclared type or module `dvach` Dec 12 20:00:00.551 INFO [stderr] Dec 12 20:00:01.087 INFO [stderr] error[E0412]: cannot find type `CatalogThread` in this scope Dec 12 20:00:01.087 INFO [stderr] --> src/dvach/methods.rs:18:47 Dec 12 20:00:01.087 INFO [stderr] | Dec 12 20:00:01.087 INFO [stderr] 18 | pub fn catalog(board: &str) -> Result, String> { Dec 12 20:00:01.087 INFO [stderr] | ^^^^^^^^^^^^^ not found in this scope Dec 12 20:00:01.087 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 12 20:00:01.087 INFO [stderr] | Dec 12 20:00:01.087 INFO [stderr] 1 | use crate::dvach::structs::CatalogThread; Dec 12 20:00:01.087 INFO [stderr] | Dec 12 20:00:01.087 INFO [stderr] Dec 12 20:00:01.087 INFO [stderr] error[E0412]: cannot find type `CatalogResponse` in this scope Dec 12 20:00:01.087 INFO [stderr] --> src/dvach/methods.rs:22:23 Dec 12 20:00:01.087 INFO [stderr] | Dec 12 20:00:01.087 INFO [stderr] 22 | let response: CatalogResponse = client.get(&threads_link) Dec 12 20:00:01.087 INFO [stderr] | ^^^^^^^^^^^^^^^ not found in this scope Dec 12 20:00:01.087 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 12 20:00:01.087 INFO [stderr] | Dec 12 20:00:01.088 INFO [stderr] 1 | use crate::dvach::structs::CatalogResponse; Dec 12 20:00:01.088 INFO [stderr] | Dec 12 20:00:01.088 INFO [stderr] Dec 12 20:00:01.088 INFO [stderr] error[E0412]: cannot find type `CatalogThread` in this scope Dec 12 20:00:01.088 INFO [stderr] --> src/dvach/methods.rs:22:39 Dec 12 20:00:01.088 INFO [stderr] | Dec 12 20:00:01.088 INFO [stderr] 22 | let response: CatalogResponse = client.get(&threads_link) Dec 12 20:00:01.088 INFO [stderr] | ^^^^^^^^^^^^^ not found in this scope Dec 12 20:00:01.088 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 12 20:00:01.088 INFO [stderr] | Dec 12 20:00:01.088 INFO [stderr] 1 | use crate::dvach::structs::CatalogThread; Dec 12 20:00:01.088 INFO [stderr] | Dec 12 20:00:01.088 INFO [stderr] Dec 12 20:00:01.088 INFO [stderr] error[E0412]: cannot find type `CatalogThread` in this scope Dec 12 20:00:01.088 INFO [stderr] --> src/dvach/methods.rs:37:41 Dec 12 20:00:01.088 INFO [stderr] | Dec 12 20:00:01.088 INFO [stderr] 37 | pub fn thread(board: &str, thread: &CatalogThread) -> Result { Dec 12 20:00:01.088 INFO [stderr] | ^^^^^^^^^^^^^ not found in this scope Dec 12 20:00:01.088 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 12 20:00:01.088 INFO [stderr] | Dec 12 20:00:01.088 INFO [stderr] 1 | use crate::dvach::structs::CatalogThread; Dec 12 20:00:01.088 INFO [stderr] | Dec 12 20:00:01.088 INFO [stderr] Dec 12 20:00:01.088 INFO [stderr] error[E0412]: cannot find type `Thread` in this scope Dec 12 20:00:01.088 INFO [stderr] --> src/dvach/methods.rs:37:66 Dec 12 20:00:01.088 INFO [stderr] | Dec 12 20:00:01.088 INFO [stderr] 37 | pub fn thread(board: &str, thread: &CatalogThread) -> Result { Dec 12 20:00:01.088 INFO [stderr] | ^^^^^^ not found in this scope Dec 12 20:00:01.089 INFO [stderr] help: possible candidates are found in other modules, you can import them into scope Dec 12 20:00:01.089 INFO [stderr] | Dec 12 20:00:01.089 INFO [stderr] 1 | use crate::dvach::structs::Thread; Dec 12 20:00:01.089 INFO [stderr] | Dec 12 20:00:01.089 INFO [stderr] 1 | use std::thread::Thread; Dec 12 20:00:01.089 INFO [stderr] | Dec 12 20:00:01.089 INFO [stderr] Dec 12 20:00:01.089 INFO [stderr] error[E0412]: cannot find type `ThreadResponse` in this scope Dec 12 20:00:01.089 INFO [stderr] --> src/dvach/methods.rs:41:23 Dec 12 20:00:01.089 INFO [stderr] | Dec 12 20:00:01.089 INFO [stderr] 41 | let response: ThreadResponse = client.get(&thread_link) Dec 12 20:00:01.089 INFO [stderr] | ^^^^^^^^^^^^^^ not found in this scope Dec 12 20:00:01.089 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 12 20:00:01.089 INFO [stderr] | Dec 12 20:00:01.089 INFO [stderr] 1 | use crate::dvach::structs::ThreadResponse; Dec 12 20:00:01.089 INFO [stderr] | Dec 12 20:00:01.089 INFO [stderr] Dec 12 20:00:01.089 INFO [stderr] error[E0412]: cannot find type `Thread` in this scope Dec 12 20:00:01.089 INFO [stderr] --> src/dvach/methods.rs:41:38 Dec 12 20:00:01.090 INFO [stderr] | Dec 12 20:00:01.090 INFO [stderr] 41 | let response: ThreadResponse = client.get(&thread_link) Dec 12 20:00:01.090 INFO [stderr] | ^^^^^^ not found in this scope Dec 12 20:00:01.090 INFO [stderr] help: possible candidates are found in other modules, you can import them into scope Dec 12 20:00:01.090 INFO [stderr] | Dec 12 20:00:01.090 INFO [stderr] 1 | use crate::dvach::structs::Thread; Dec 12 20:00:01.090 INFO [stderr] | Dec 12 20:00:01.090 INFO [stderr] 1 | use std::thread::Thread; Dec 12 20:00:01.090 INFO [stderr] | Dec 12 20:00:01.090 INFO [stderr] Dec 12 20:00:01.112 INFO [stderr] warning: unused imports: `CatalogResponse`, `CatalogThread`, `ThreadResponse`, `Thread` Dec 12 20:00:01.112 INFO [stderr] --> src/dvach/methods.rs:2:5 Dec 12 20:00:01.112 INFO [stderr] | Dec 12 20:00:01.112 INFO [stderr] 2 | CatalogResponse, Dec 12 20:00:01.112 INFO [stderr] | ^^^^^^^^^^^^^^^ Dec 12 20:00:01.112 INFO [stderr] 3 | CatalogThread, Dec 12 20:00:01.112 INFO [stderr] | ^^^^^^^^^^^^^ Dec 12 20:00:01.112 INFO [stderr] 4 | ThreadResponse, Dec 12 20:00:01.112 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 12 20:00:01.112 INFO [stderr] 5 | Thread, Dec 12 20:00:01.112 INFO [stderr] | ^^^^^^ Dec 12 20:00:01.112 INFO [stderr] | Dec 12 20:00:01.112 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 12 20:00:01.112 INFO [stderr] Dec 12 20:00:02.028 INFO [stderr] error: aborting due to 8 previous errors Dec 12 20:00:02.028 INFO [stderr] Dec 12 20:00:02.028 INFO [stderr] Some errors occurred: E0412, E0433. Dec 12 20:00:02.028 INFO [stderr] For more information about an error, try `rustc --explain E0412`. Dec 12 20:00:02.061 INFO [stderr] error: Could not compile `mega_parser`. Dec 12 20:00:02.061 INFO [stderr] Dec 12 20:00:02.061 INFO [stderr] To learn more, run the command again with --verbose. Dec 12 20:00:02.065 INFO [stderr] su: No module specific data is present Dec 12 20:00:04.934 INFO running `"docker" "inspect" "98856429303a491881c18cf65d1b9eafd5f44dcefb915212abc2334732bcb860"` Dec 12 20:00:05.315 INFO running `"docker" "rm" "-f" "98856429303a491881c18cf65d1b9eafd5f44dcefb915212abc2334732bcb860"` Dec 12 20:00:05.631 INFO [stdout] 98856429303a491881c18cf65d1b9eafd5f44dcefb915212abc2334732bcb860