Dec 05 00:27:28.592 INFO testing yuriygr/mega_parser against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 05 00:27:28.593 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 05 00:27:29.135 INFO [stdout] f8dfb56246bfa969a98cb0368cf147a17c72bde3af150c82b2c2afab2ad92bf5 Dec 05 00:27:29.137 INFO running `"docker" "start" "-a" "f8dfb56246bfa969a98cb0368cf147a17c72bde3af150c82b2c2afab2ad92bf5"` Dec 05 00:27:30.576 INFO [stderr] usermod: no changes Dec 05 00:27:30.985 INFO [stderr] Compiling nodrop v0.1.13 Dec 05 00:27:31.000 INFO [stderr] Compiling proc-macro2 v0.4.24 Dec 05 00:27:31.012 INFO [stderr] Compiling ryu v0.2.7 Dec 05 00:27:31.012 INFO [stderr] Compiling encoding_rs v0.8.12 Dec 05 00:27:31.012 INFO [stderr] Compiling crossbeam-utils v0.6.1 Dec 05 00:27:31.012 INFO [stderr] Compiling log v0.4.6 Dec 05 00:27:31.012 INFO [stderr] Compiling smallvec v0.6.6 Dec 05 00:27:31.012 INFO [stderr] Compiling url v1.7.2 Dec 05 00:27:31.584 INFO [stderr] Compiling openssl v0.10.15 Dec 05 00:27:32.568 INFO [stderr] Compiling arrayvec v0.4.7 Dec 05 00:27:33.460 INFO [stderr] Compiling tokio-io v0.1.10 Dec 05 00:27:33.716 INFO [stderr] Compiling mio v0.6.16 Dec 05 00:27:33.750 INFO [stderr] Compiling want v0.0.6 Dec 05 00:27:34.092 INFO [stderr] Compiling parking_lot_core v0.3.1 Dec 05 00:27:35.889 INFO [stderr] Compiling crossbeam-epoch v0.6.1 Dec 05 00:27:49.912 INFO [stderr] Compiling tokio-codec v0.1.1 Dec 05 00:27:49.974 INFO [stderr] Compiling h2 v0.1.13 Dec 05 00:27:50.100 INFO [stderr] Compiling parking_lot v0.6.4 Dec 05 00:27:50.128 INFO [stderr] Compiling crossbeam-deque v0.6.2 Dec 05 00:27:50.247 INFO [stderr] Compiling quote v0.6.10 Dec 05 00:27:52.854 INFO [stderr] Compiling mio-uds v0.6.7 Dec 05 00:27:54.421 INFO [stderr] Compiling serde_urlencoded v0.5.3 Dec 05 00:27:56.037 INFO [stderr] Compiling tokio-threadpool v0.1.8 Dec 05 00:27:56.045 INFO [stderr] Compiling serde_json v1.0.33 Dec 05 00:27:56.061 INFO [stderr] Compiling syn v0.15.21 Dec 05 00:27:56.110 INFO [stderr] Compiling tokio-reactor v0.1.6 Dec 05 00:28:06.954 INFO [stderr] Compiling tokio-tcp v0.1.2 Dec 05 00:28:07.144 INFO [stderr] Compiling tokio-uds v0.2.3 Dec 05 00:28:07.344 INFO [stderr] Compiling tokio-udp v0.1.2 Dec 05 00:28:14.824 INFO [stderr] Compiling tokio-fs v0.1.4 Dec 05 00:28:15.406 INFO [stderr] Compiling native-tls v0.2.2 Dec 05 00:28:24.938 INFO [stderr] Compiling tokio v0.1.11 Dec 05 00:28:25.876 INFO [stderr] Compiling serde_derive v1.0.80 Dec 05 00:28:29.088 INFO [stderr] Compiling hyper v0.12.14 Dec 05 00:28:40.627 INFO [stderr] Compiling hyper-tls v0.3.1 Dec 05 00:28:42.934 INFO [stderr] Compiling reqwest v0.9.5 Dec 05 00:29:02.199 INFO [stderr] Compiling mega_parser v0.1.6 (/source) Dec 05 00:29:03.036 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `dvach` Dec 05 00:29:03.036 INFO [stderr] --> src/dvach/methods.rs:1:5 Dec 05 00:29:03.036 INFO [stderr] | Dec 05 00:29:03.036 INFO [stderr] 1 | use dvach::structs::{ Dec 05 00:29:03.036 INFO [stderr] | ^^^^^ use of undeclared type or module `dvach` Dec 05 00:29:03.036 INFO [stderr] Dec 05 00:29:03.584 INFO [stderr] error[E0412]: cannot find type `CatalogThread` in this scope Dec 05 00:29:03.584 INFO [stderr] --> src/dvach/methods.rs:18:47 Dec 05 00:29:03.584 INFO [stderr] | Dec 05 00:29:03.584 INFO [stderr] 18 | pub fn catalog(board: &str) -> Result, String> { Dec 05 00:29:03.584 INFO [stderr] | ^^^^^^^^^^^^^ not found in this scope Dec 05 00:29:03.584 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 05 00:29:03.584 INFO [stderr] | Dec 05 00:29:03.584 INFO [stderr] 1 | use crate::dvach::structs::CatalogThread; Dec 05 00:29:03.584 INFO [stderr] | Dec 05 00:29:03.584 INFO [stderr] Dec 05 00:29:03.584 INFO [stderr] error[E0412]: cannot find type `CatalogResponse` in this scope Dec 05 00:29:03.585 INFO [stderr] --> src/dvach/methods.rs:22:23 Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] 22 | let response: CatalogResponse = client.get(&threads_link) Dec 05 00:29:03.585 INFO [stderr] | ^^^^^^^^^^^^^^^ not found in this scope Dec 05 00:29:03.585 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] 1 | use crate::dvach::structs::CatalogResponse; Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] Dec 05 00:29:03.585 INFO [stderr] error[E0412]: cannot find type `CatalogThread` in this scope Dec 05 00:29:03.585 INFO [stderr] --> src/dvach/methods.rs:22:39 Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] 22 | let response: CatalogResponse = client.get(&threads_link) Dec 05 00:29:03.585 INFO [stderr] | ^^^^^^^^^^^^^ not found in this scope Dec 05 00:29:03.585 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] 1 | use crate::dvach::structs::CatalogThread; Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] Dec 05 00:29:03.585 INFO [stderr] error[E0412]: cannot find type `CatalogThread` in this scope Dec 05 00:29:03.585 INFO [stderr] --> src/dvach/methods.rs:37:41 Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] 37 | pub fn thread(board: &str, thread: &CatalogThread) -> Result { Dec 05 00:29:03.585 INFO [stderr] | ^^^^^^^^^^^^^ not found in this scope Dec 05 00:29:03.585 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] 1 | use crate::dvach::structs::CatalogThread; Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] Dec 05 00:29:03.585 INFO [stderr] error[E0412]: cannot find type `Thread` in this scope Dec 05 00:29:03.585 INFO [stderr] --> src/dvach/methods.rs:37:66 Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] 37 | pub fn thread(board: &str, thread: &CatalogThread) -> Result { Dec 05 00:29:03.585 INFO [stderr] | ^^^^^^ not found in this scope Dec 05 00:29:03.585 INFO [stderr] help: possible candidates are found in other modules, you can import them into scope Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] 1 | use crate::dvach::structs::Thread; Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] 1 | use std::thread::Thread; Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] Dec 05 00:29:03.585 INFO [stderr] error[E0412]: cannot find type `ThreadResponse` in this scope Dec 05 00:29:03.585 INFO [stderr] --> src/dvach/methods.rs:41:23 Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] 41 | let response: ThreadResponse = client.get(&thread_link) Dec 05 00:29:03.585 INFO [stderr] | ^^^^^^^^^^^^^^ not found in this scope Dec 05 00:29:03.585 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] 1 | use crate::dvach::structs::ThreadResponse; Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] Dec 05 00:29:03.585 INFO [stderr] error[E0412]: cannot find type `Thread` in this scope Dec 05 00:29:03.585 INFO [stderr] --> src/dvach/methods.rs:41:38 Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] 41 | let response: ThreadResponse = client.get(&thread_link) Dec 05 00:29:03.585 INFO [stderr] | ^^^^^^ not found in this scope Dec 05 00:29:03.585 INFO [stderr] help: possible candidates are found in other modules, you can import them into scope Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] 1 | use crate::dvach::structs::Thread; Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] 1 | use std::thread::Thread; Dec 05 00:29:03.585 INFO [stderr] | Dec 05 00:29:03.585 INFO [stderr] Dec 05 00:29:03.604 INFO [stderr] warning: unused imports: `CatalogResponse`, `CatalogThread`, `ThreadResponse`, `Thread` Dec 05 00:29:03.604 INFO [stderr] --> src/dvach/methods.rs:2:5 Dec 05 00:29:03.604 INFO [stderr] | Dec 05 00:29:03.604 INFO [stderr] 2 | CatalogResponse, Dec 05 00:29:03.604 INFO [stderr] | ^^^^^^^^^^^^^^^ Dec 05 00:29:03.604 INFO [stderr] 3 | CatalogThread, Dec 05 00:29:03.604 INFO [stderr] | ^^^^^^^^^^^^^ Dec 05 00:29:03.604 INFO [stderr] 4 | ThreadResponse, Dec 05 00:29:03.604 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 05 00:29:03.604 INFO [stderr] 5 | Thread, Dec 05 00:29:03.604 INFO [stderr] | ^^^^^^ Dec 05 00:29:03.604 INFO [stderr] | Dec 05 00:29:03.604 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 00:29:03.604 INFO [stderr] Dec 05 00:29:04.516 INFO [stderr] error: aborting due to 8 previous errors Dec 05 00:29:04.516 INFO [stderr] Dec 05 00:29:04.516 INFO [stderr] Some errors occurred: E0412, E0433. Dec 05 00:29:04.516 INFO [stderr] For more information about an error, try `rustc --explain E0412`. Dec 05 00:29:04.544 INFO [stderr] error: Could not compile `mega_parser`. Dec 05 00:29:04.544 INFO [stderr] Dec 05 00:29:04.544 INFO [stderr] To learn more, run the command again with --verbose. Dec 05 00:29:04.544 INFO [stderr] su: No module specific data is present Dec 05 00:29:05.820 INFO running `"docker" "inspect" "f8dfb56246bfa969a98cb0368cf147a17c72bde3af150c82b2c2afab2ad92bf5"` Dec 05 00:29:06.176 INFO running `"docker" "rm" "-f" "f8dfb56246bfa969a98cb0368cf147a17c72bde3af150c82b2c2afab2ad92bf5"` Dec 05 00:29:06.564 INFO [stdout] f8dfb56246bfa969a98cb0368cf147a17c72bde3af150c82b2c2afab2ad92bf5