[INFO] updating cached repository phact/opsc-colab-hub [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/phact/opsc-colab-hub [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/phact/opsc-colab-hub" "work/ex/beta-1.38-1/sources/1.37.0/gh/phact/opsc-colab-hub"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/phact/opsc-colab-hub'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/phact/opsc-colab-hub" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/phact/opsc-colab-hub"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/phact/opsc-colab-hub'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4de1021eadf8ebdc2b44a6b5062575ca7c31eefd [INFO] sha for GitHub repo phact/opsc-colab-hub: 4de1021eadf8ebdc2b44a6b5062575ca7c31eefd [INFO] validating manifest of phact/opsc-colab-hub 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 phact/opsc-colab-hub 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 phact/opsc-colab-hub [INFO] finished frobbing phact/opsc-colab-hub [INFO] frobbed toml for phact/opsc-colab-hub written to work/ex/beta-1.38-1/sources/1.37.0/gh/phact/opsc-colab-hub/Cargo.toml [INFO] started frobbing phact/opsc-colab-hub [INFO] finished frobbing phact/opsc-colab-hub [INFO] frobbed toml for phact/opsc-colab-hub written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/phact/opsc-colab-hub/Cargo.toml [INFO] crate phact/opsc-colab-hub 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/phact/opsc-colab-hub/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/iron/mount.git` [INFO] [stderr] Updating git repository `https://github.com/iron/iron` [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/iron/mount.git` [INFO] [stderr] Updating git repository `https://github.com/iron/iron` [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 phact/opsc-colab-hub 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-7/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/phact/opsc-colab-hub:/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] d5a5e8b7e2ebc4418a2a1ec115d70d2d7cbd44a0892cf6d54f4759f1748a4d87 [INFO] running `"docker" "start" "-a" "d5a5e8b7e2ebc4418a2a1ec115d70d2d7cbd44a0892cf6d54f4759f1748a4d87"` [INFO] [stderr] Compiling route-recognizer v0.1.13 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling router v0.0.10 [INFO] [stderr] error[E0615]: attempted to take value of method `path` on type `iron::Url` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/router-0.0.10/src/router.rs:136:19 [INFO] [stderr] | [INFO] [stderr] 136 | while url.path.len() != 1 && url.path.last() == Some(&String::new()) { [INFO] [stderr] | ^^^^ help: use parentheses to call the method: `path()` [INFO] [stderr] [INFO] [stderr] error[E0615]: attempted to take value of method `path` on type `iron::Url` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/router-0.0.10/src/router.rs:136:42 [INFO] [stderr] | [INFO] [stderr] 136 | while url.path.len() != 1 && url.path.last() == Some(&String::new()) { [INFO] [stderr] | ^^^^ help: use parentheses to call the method: `path()` [INFO] [stderr] [INFO] [stderr] error[E0615]: attempted to take value of method `path` on type `iron::Url` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/router-0.0.10/src/router.rs:137:17 [INFO] [stderr] | [INFO] [stderr] 137 | url.path.pop(); [INFO] [stderr] | ^^^^ help: use parentheses to call the method: `path()` [INFO] [stderr] [INFO] [stderr] error[E0615]: attempted to take value of method `path` on type `iron::Url` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/router-0.0.10/src/router.rs:159:20 [INFO] [stderr] | [INFO] [stderr] 159 | if req.url.path.len() != 1 && Some(&String::new()) == req.url.path.last() { [INFO] [stderr] | ^^^^ help: use parentheses to call the method: `path()` [INFO] [stderr] [INFO] [stderr] error[E0615]: attempted to take value of method `path` on type `iron::Url` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/router-0.0.10/src/router.rs:159:71 [INFO] [stderr] | [INFO] [stderr] 159 | if req.url.path.len() != 1 && Some(&String::new()) == req.url.path.last() { [INFO] [stderr] | ^^^^ help: use parentheses to call the method: `path()` [INFO] [stderr] [INFO] [stderr] error[E0615]: attempted to take value of method `path` on type `iron::Url` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/router-0.0.10/src/router.rs:164:28 [INFO] [stderr] | [INFO] [stderr] 164 | let path = req.url.path.connect("/"); [INFO] [stderr] | ^^^^ help: use parentheses to call the method: `path()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0615`. [INFO] [stderr] error: Could not compile `router`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d5a5e8b7e2ebc4418a2a1ec115d70d2d7cbd44a0892cf6d54f4759f1748a4d87"` [INFO] running `"docker" "rm" "-f" "d5a5e8b7e2ebc4418a2a1ec115d70d2d7cbd44a0892cf6d54f4759f1748a4d87"` [INFO] [stdout] d5a5e8b7e2ebc4418a2a1ec115d70d2d7cbd44a0892cf6d54f4759f1748a4d87