[INFO] updating cached repository sssilver/rut [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sssilver/rut [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sssilver/rut" "work/ex/beta-1.38-1/sources/1.37.0/gh/sssilver/rut"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/sssilver/rut'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sssilver/rut" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sssilver/rut"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sssilver/rut'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5ae58d2383395287fb667beed91d12e6b578a51b [INFO] sha for GitHub repo sssilver/rut: 5ae58d2383395287fb667beed91d12e6b578a51b [INFO] validating manifest of sssilver/rut 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 sssilver/rut 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 sssilver/rut [INFO] finished frobbing sssilver/rut [INFO] frobbed toml for sssilver/rut written to work/ex/beta-1.38-1/sources/1.37.0/gh/sssilver/rut/Cargo.toml [INFO] started frobbing sssilver/rut [INFO] finished frobbing sssilver/rut [INFO] frobbed toml for sssilver/rut written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sssilver/rut/Cargo.toml [INFO] crate sssilver/rut 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing sssilver/rut against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sssilver/rut:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] b3cb3208068dfd00636a7c98fc06c9016dadcdea8114c0efa91dd9507a49da3c [INFO] running `"docker" "start" "-a" "b3cb3208068dfd00636a7c98fc06c9016dadcdea8114c0efa91dd9507a49da3c"` [INFO] [stderr] Compiling openssl-sys v0.9.30 [INFO] [stderr] Compiling crossbeam-epoch v0.4.1 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling tokio-timer v0.2.3 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling mime v0.3.7 [INFO] [stderr] Compiling crossbeam-deque v0.3.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.3 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio v0.1.6 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling hyper-tls v0.1.3 [INFO] [stderr] Compiling rut v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0382]: use of moved value: `uri` [INFO] [stderr] --> src/main.rs:40:31 [INFO] [stderr] | [INFO] [stderr] 36 | let uri = uri_str.parse() [INFO] [stderr] | --- move occurs because `uri` has type `hyper::Uri`, which does not implement the `Copy` trait [INFO] [stderr] ... [INFO] [stderr] 40 | let work = client.get(uri).map(|res| { [INFO] [stderr] | ^^^ value moved here, in previous iteration of loop [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0382`. [INFO] [stderr] error: Could not compile `rut`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b3cb3208068dfd00636a7c98fc06c9016dadcdea8114c0efa91dd9507a49da3c"` [INFO] running `"docker" "rm" "-f" "b3cb3208068dfd00636a7c98fc06c9016dadcdea8114c0efa91dd9507a49da3c"` [INFO] [stdout] b3cb3208068dfd00636a7c98fc06c9016dadcdea8114c0efa91dd9507a49da3c