[INFO] updating cached repository mlhamel/suki [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mlhamel/suki [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mlhamel/suki" "work/ex/beta-1.38-1/sources/1.37.0/gh/mlhamel/suki"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mlhamel/suki'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mlhamel/suki" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mlhamel/suki"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mlhamel/suki'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f4c4360964c48f04aed8c62c299cd98058333c77 [INFO] sha for GitHub repo mlhamel/suki: f4c4360964c48f04aed8c62c299cd98058333c77 [INFO] validating manifest of mlhamel/suki on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mlhamel/suki on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mlhamel/suki [INFO] finished frobbing mlhamel/suki [INFO] frobbed toml for mlhamel/suki written to work/ex/beta-1.38-1/sources/1.37.0/gh/mlhamel/suki/Cargo.toml [INFO] started frobbing mlhamel/suki [INFO] finished frobbing mlhamel/suki [INFO] frobbed toml for mlhamel/suki written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mlhamel/suki/Cargo.toml [INFO] crate mlhamel/suki already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mlhamel/suki/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mlhamel/suki against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mlhamel/suki:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] bcdd98d848396a7d6ca8e75cd2355872fa4aa25a792676b5d285f3202abcb6a2 [INFO] running `"docker" "start" "-a" "bcdd98d848396a7d6ca8e75cd2355872fa4aa25a792676b5d285f3202abcb6a2"` [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling iron v0.6.1 [INFO] [stderr] Compiling router v0.6.0 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling suki v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:24:12 [INFO] [stderr] | [INFO] [stderr] 24 | router.get("/", move |r: &mut Request| hello_world(r, &greeting.lock().unwrap())); [INFO] [stderr] | ^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:25:12 [INFO] [stderr] | [INFO] [stderr] 25 | router.post("/set", move |r: &mut Request| set_greeting(r, &mut greeting_clone.lock().unwrap())); [INFO] [stderr] | ^^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `suki`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `Ok` in module `hyper` [INFO] [stderr] --> src/bin/client.rs:9:35 [INFO] [stderr] | [INFO] [stderr] 9 | assert_eq!(res.status, hyper::Ok); [INFO] [stderr] | ^^ not found in `hyper` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::prelude::v1::Ok; [INFO] [stderr] | [INFO] [stderr] 3 | use std::result::Result::Ok; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Ok` in module `hyper` [INFO] [stderr] --> src/bin/client.rs:11:35 [INFO] [stderr] | [INFO] [stderr] 11 | assert_eq!(res.status, hyper::Ok); [INFO] [stderr] | ^^ not found in `hyper` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::prelude::v1::Ok; [INFO] [stderr] | [INFO] [stderr] 3 | use std::result::Result::Ok; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `post` found for type `hyper::Client` in the current scope [INFO] [stderr] --> src/bin/client.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | let res = client.post("http://localhost:3000/set").body(r#"{ "msg": "Just trust the Rust" }"#).send().unwrap(); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/client.rs:10:30 [INFO] [stderr] | [INFO] [stderr] 10 | let mut res = client.get("http://localhost:3000/").send().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `hyper::Uri`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `hyper::Uri` [INFO] [stderr] found type `&'static str` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `send` found for type `hyper::client::ResponseFuture` in the current scope [INFO] [stderr] --> src/bin/client.rs:10:56 [INFO] [stderr] | [INFO] [stderr] 10 | let mut res = client.get("http://localhost:3000/").send().unwrap(); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Read` [INFO] [stderr] --> src/bin/client.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `suki`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bcdd98d848396a7d6ca8e75cd2355872fa4aa25a792676b5d285f3202abcb6a2"` [INFO] running `"docker" "rm" "-f" "bcdd98d848396a7d6ca8e75cd2355872fa4aa25a792676b5d285f3202abcb6a2"` [INFO] [stdout] bcdd98d848396a7d6ca8e75cd2355872fa4aa25a792676b5d285f3202abcb6a2