[INFO] updating cached repository holandes22/data-processor [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/holandes22/data-processor [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/holandes22/data-processor" "work/ex/beta-1.38-1/sources/1.37.0/gh/holandes22/data-processor"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/holandes22/data-processor'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/holandes22/data-processor" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/holandes22/data-processor"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/holandes22/data-processor'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1589aef3f0771a8e4e4cc1fb8782b75ad211bae7 [INFO] sha for GitHub repo holandes22/data-processor: 1589aef3f0771a8e4e4cc1fb8782b75ad211bae7 [INFO] validating manifest of holandes22/data-processor 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 holandes22/data-processor 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 holandes22/data-processor [INFO] finished frobbing holandes22/data-processor [INFO] frobbed toml for holandes22/data-processor written to work/ex/beta-1.38-1/sources/1.37.0/gh/holandes22/data-processor/Cargo.toml [INFO] started frobbing holandes22/data-processor [INFO] finished frobbing holandes22/data-processor [INFO] frobbed toml for holandes22/data-processor written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/holandes22/data-processor/Cargo.toml [INFO] crate holandes22/data-processor 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/holandes22/data-processor/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] [stderr] Updating git repository `https://github.com/Antti/rust-amqp` [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] [stderr] Updating git repository `https://github.com/Antti/rust-amqp` [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 holandes22/data-processor 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/holandes22/data-processor:/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] 680bd4d6724a2d20e599a9156b2f074baac74bfc6ecf6abbe43420a6344a25e4 [INFO] running `"docker" "start" "-a" "680bd4d6724a2d20e599a9156b2f074baac74bfc6ecf6abbe43420a6344a25e4"` [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling amq-proto v0.1.0 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling amqp v0.1.3 (https://github.com/Antti/rust-amqp#c4a44c68) [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling etcd v0.2.0 [INFO] [stderr] error[E0432]: unresolved import `hyper::status` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/etcd-0.2.0/src/client.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | use hyper::status::StatusCode; [INFO] [stderr] | ^^^^^^ could not find `status` in `hyper` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::header::ContentType` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/etcd-0.2.0/src/http.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use hyper::header::ContentType; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ContentType` in `header` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::method` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/etcd-0.2.0/src/http.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | use hyper::method::Method; [INFO] [stderr] | ^^^^^^ could not find `method` in `hyper` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `serialize` in module `form_urlencoded` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/etcd-0.2.0/src/client.rs:446:37 [INFO] [stderr] | [INFO] [stderr] 446 | let body = form_urlencoded::serialize(&http_options); [INFO] [stderr] | ^^^^^^^^^ not found in `form_urlencoded` [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `Response` is private [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/etcd-0.2.0/src/http.rs:2:20 [INFO] [stderr] | [INFO] [stderr] 2 | use hyper::client::Response; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `serialize` found for type `url::Url` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/etcd-0.2.0/src/client.rs:26:41 [INFO] [stderr] | [INFO] [stderr] 26 | root_url: format!("{}", url.serialize()), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/etcd-0.2.0/src/http.rs:31:26 [INFO] [stderr] | [INFO] [stderr] 31 | let request = client.request(method, &url); [INFO] [stderr] | ^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `send` found for type `hyper::client::ResponseFuture` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/etcd-0.2.0/src/http.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | request.send() [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/etcd-0.2.0/src/http.rs:42:26 [INFO] [stderr] | [INFO] [stderr] 42 | let request = client.request(method, &url).header(content_type).body(&body); [INFO] [stderr] | ^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `header` found for type `hyper::client::ResponseFuture` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/etcd-0.2.0/src/http.rs:42:48 [INFO] [stderr] | [INFO] [stderr] 42 | let request = client.request(method, &url).header(content_type).body(&body); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_query_from_pairs` found for type `url::Url` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/etcd-0.2.0/src/query_pairs.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | url.set_query_from_pairs(pairs); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0425, E0432, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `etcd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "680bd4d6724a2d20e599a9156b2f074baac74bfc6ecf6abbe43420a6344a25e4"` [INFO] running `"docker" "rm" "-f" "680bd4d6724a2d20e599a9156b2f074baac74bfc6ecf6abbe43420a6344a25e4"` [INFO] [stdout] 680bd4d6724a2d20e599a9156b2f074baac74bfc6ecf6abbe43420a6344a25e4