[INFO] updating cached repository https://github.com/rrader/EventBaboon [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 0ba91ee13bbc19ed871f6aea2cc780f8e9538d39 [INFO] testing rrader/EventBaboon against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frrader%2FEventBaboon" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rrader/EventBaboon on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rrader/EventBaboon [INFO] finished tweaking git repo https://github.com/rrader/EventBaboon [INFO] tweaked toml for git repo https://github.com/rrader/EventBaboon written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/rrader/EventBaboon already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 3e752f8d42d96d263d6b6d8fe01f54a67d831d8e4ec8fd8241b5249cd955f468 [INFO] running `"docker" "start" "-a" "3e752f8d42d96d263d6b6d8fe01f54a67d831d8e4ec8fd8241b5249cd955f468"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling serde-hjson v0.8.2 [INFO] [stderr] Compiling config v0.9.3 [INFO] [stderr] Compiling itkpi-web v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `config::reader` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use config::reader; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `reader` in the root [INFO] [stderr] [INFO] [stderr] error: cannot find macro `header` in this scope [INFO] [stderr] --> src/events_loader/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | header! { (ClientKey, "Client-Key") => [String] } [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ClientKey` in this scope [INFO] [stderr] --> src/events_loader/mod.rs:25:29 [INFO] [stderr] | [INFO] [stderr] 25 | .header(ClientKey(key.clone())) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/events_loader/types.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | try!(write!(f, "", self.offset, self.count)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/events_loader/types.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | try!(write!(f, "[#{}: {}]", item.id, item.title)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] extern crate hyper; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_file` found for type `csv::Writer<_>` in the current scope [INFO] [stderr] --> src/events_loader/mod.rs:20:32 [INFO] [stderr] | [INFO] [stderr] 20 | let mut wtr = csv::Writer::from_file(output).unwrap(); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `csv::Writer<_>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/events_loader/mod.rs:24:34 [INFO] [stderr] | [INFO] [stderr] 24 | let mut res = client.get(&url) [INFO] [stderr] | ^^^^ expected struct `hyper::Uri`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `hyper::Uri` [INFO] [stderr] found type `&std::string::String` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `header` found for type `hyper::client::ResponseFuture` in the current scope [INFO] [stderr] --> src/events_loader/mod.rs:25:22 [INFO] [stderr] | [INFO] [stderr] 25 | .header(ClientKey(key.clone())) [INFO] [stderr] | ^^^^^^ method not found in `hyper::client::ResponseFuture` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Read` [INFO] [stderr] --> src/events_loader/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `itkpi-web`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3e752f8d42d96d263d6b6d8fe01f54a67d831d8e4ec8fd8241b5249cd955f468"` [INFO] running `"docker" "rm" "-f" "3e752f8d42d96d263d6b6d8fe01f54a67d831d8e4ec8fd8241b5249cd955f468"` [INFO] [stdout] 3e752f8d42d96d263d6b6d8fe01f54a67d831d8e4ec8fd8241b5249cd955f468