[INFO] updating cached repository https://github.com/JanStrauss/fapra_osm [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] b148a9ab24121a5282e21f0ed143cacc108838bc [INFO] testing JanStrauss/fapra_osm against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FJanStrauss%2Ffapra_osm" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JanStrauss/fapra_osm on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/JanStrauss/fapra_osm [INFO] finished tweaking git repo https://github.com/JanStrauss/fapra_osm [INFO] tweaked toml for git repo https://github.com/JanStrauss/fapra_osm written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/JanStrauss/fapra_osm already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-1/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" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] aa344c46ff60d22f03e5c964dcee5a1d7eb834bb7caadeee5af335fcebe0c20b [INFO] running `"docker" "start" "-a" "aa344c46ff60d22f03e5c964dcee5a1d7eb834bb7caadeee5af335fcebe0c20b"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling protobuf v1.7.5 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling flate2 v1.0.12 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling iron v0.6.1 [INFO] [stderr] Compiling persistent v0.4.0 [INFO] [stderr] Compiling mount v0.4.0 [INFO] [stderr] Compiling bodyparser v0.8.0 [INFO] [stderr] Compiling staticfile v0.5.0 [INFO] [stderr] Compiling osmpbfreader v0.3.2 [INFO] [stderr] Compiling urlencoded v0.6.0 [INFO] [stderr] Compiling rust_fapraosm v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `bincode::rustc_serialize` [INFO] [stderr] --> src/main.rs:20:14 [INFO] [stderr] | [INFO] [stderr] 20 | use bincode::rustc_serialize::{encode_into, decode_from}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ could not find `rustc_serialize` in `bincode` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `SizeLimit` in `bincode` [INFO] [stderr] --> src/main.rs:64:44 [INFO] [stderr] | [INFO] [stderr] 64 | encode_into(&data, &mut encoder, bincode::SizeLimit::Infinite).unwrap(); [INFO] [stderr] | ^^^^^^^^^ could not find `SizeLimit` in `bincode` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `SizeLimit` in `bincode` [INFO] [stderr] --> src/main.rs:72:64 [INFO] [stderr] | [INFO] [stderr] 72 | let decoded: data::State = decode_from(&mut decoder, bincode::SizeLimit::Infinite).unwrap(); [INFO] [stderr] | ^^^^^^^^^ could not find `SizeLimit` in `bincode` [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] extern crate iron; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/server.rs:199:21 [INFO] [stderr] | [INFO] [stderr] 199 | Ok(Response::with((status::InternalServerError))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Best` found for type `flate2::Compression` in the current scope [INFO] [stderr] --> src/main.rs:63:58 [INFO] [stderr] | [INFO] [stderr] 63 | let mut encoder = ZlibEncoder::new(writer, Compression::Best); [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | associated item not found in `flate2::Compression` [INFO] [stderr] | help: there is a method with a similar name: `best` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `rust_fapraosm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "aa344c46ff60d22f03e5c964dcee5a1d7eb834bb7caadeee5af335fcebe0c20b"` [INFO] running `"docker" "rm" "-f" "aa344c46ff60d22f03e5c964dcee5a1d7eb834bb7caadeee5af335fcebe0c20b"` [INFO] [stdout] aa344c46ff60d22f03e5c964dcee5a1d7eb834bb7caadeee5af335fcebe0c20b