[INFO] updating cached repository fxleblanc/simple-web [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/fxleblanc/simple-web [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/fxleblanc/simple-web" "work/ex/beta-1.37-6/sources/1.36.0/gh/fxleblanc/simple-web"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/fxleblanc/simple-web'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/fxleblanc/simple-web" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/fxleblanc/simple-web"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/fxleblanc/simple-web'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4abfc450da4b6162fc84cca0237c53fda916ef46 [INFO] sha for GitHub repo fxleblanc/simple-web: 4abfc450da4b6162fc84cca0237c53fda916ef46 [INFO] validating manifest of fxleblanc/simple-web on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of fxleblanc/simple-web on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing fxleblanc/simple-web [INFO] finished frobbing fxleblanc/simple-web [INFO] frobbed toml for fxleblanc/simple-web written to work/ex/beta-1.37-6/sources/1.36.0/gh/fxleblanc/simple-web/Cargo.toml [INFO] started frobbing fxleblanc/simple-web [INFO] finished frobbing fxleblanc/simple-web [INFO] frobbed toml for fxleblanc/simple-web written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/fxleblanc/simple-web/Cargo.toml [INFO] crate fxleblanc/simple-web already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/fxleblanc/simple-web/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.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing fxleblanc/simple-web against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/fxleblanc/simple-web:/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.36.0" "build" "--frozen"` [INFO] [stdout] 50868d62391d62728e6c315c40cba3d1b1f6950c0c1e4f1b55ae1301ba5aca9e [INFO] running `"docker" "start" "-a" "50868d62391d62728e6c315c40cba3d1b1f6950c0c1e4f1b55ae1301ba5aca9e"` [INFO] [stderr] Compiling percent-encoding v2.0.0 [INFO] [stderr] Compiling sequence_trie v0.3.6 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling iron v0.6.0 [INFO] [stderr] Compiling url v2.0.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" "50868d62391d62728e6c315c40cba3d1b1f6950c0c1e4f1b55ae1301ba5aca9e"` [INFO] running `"docker" "rm" "-f" "50868d62391d62728e6c315c40cba3d1b1f6950c0c1e4f1b55ae1301ba5aca9e"` [INFO] [stdout] 50868d62391d62728e6c315c40cba3d1b1f6950c0c1e4f1b55ae1301ba5aca9e