[INFO] updating cached repository https://github.com/adjivas/pasteur [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] f2e8e4c5e87d54acb874fb639cd073e716685314 [INFO] checking adjivas/pasteur against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadjivas%2Fpasteur" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/adjivas/pasteur on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/adjivas/pasteur [INFO] finished tweaking git repo https://github.com/adjivas/pasteur [INFO] tweaked toml for git repo https://github.com/adjivas/pasteur written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/adjivas/pasteur already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-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" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4e6e92e5d8686d3fc794c82caa6621a399d8cd38de17298d52b5d1edd6abfbef [INFO] running `"docker" "start" "-a" "4e6e92e5d8686d3fc794c82caa6621a399d8cd38de17298d52b5d1edd6abfbef"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num_cpus v1.11.0 [INFO] [stderr] Checking l20n v0.1.2 [INFO] [stderr] Compiling sass-sys v0.4.14 [INFO] [stderr] Checking sass-rs v0.2.2 [INFO] [stderr] Checking pasteur v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `sass_context` in `sass_rs` [INFO] [stderr] --> src/middlewares/style.rs:169:29 [INFO] [stderr] | [INFO] [stderr] 169 | sheet = match sass_rs::sass_context::SassFileContext::new ( [INFO] [stderr] | ^^^^^^^^^^^^ could not find `sass_context` in `sass_rs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `sass_context` in `sass_rs` [INFO] [stderr] --> src/middlewares/style.rs:169:29 [INFO] [stderr] | [INFO] [stderr] 169 | sheet = match sass_rs::sass_context::SassFileContext::new ( [INFO] [stderr] | ^^^^^^^^^^^^ could not find `sass_context` in `sass_rs` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new2` found for type `handlebars_iron::HandlebarsEngine` in the current scope [INFO] [stderr] --> src/lib.rs:48:55 [INFO] [stderr] | [INFO] [stderr] 48 | let mut hbse = handlebars_iron::HandlebarsEngine::new2(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `handlebars_iron::HandlebarsEngine` [INFO] [stderr] | help: there is a method with a similar name: `new` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:61:12 [INFO] [stderr] | [INFO] [stderr] 61 | router.get("/", views::index); [INFO] [stderr] | ^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:62:12 [INFO] [stderr] | [INFO] [stderr] 62 | router.get("/book", views::generic::prologue); [INFO] [stderr] | ^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:73:61 [INFO] [stderr] | [INFO] [stderr] 73 | protocol::Protocol::HTTPS => iron::Iron::new(chain).https ( [INFO] [stderr] | ^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new2` found for type `handlebars_iron::HandlebarsEngine` in the current scope [INFO] [stderr] --> src/lib.rs:48:55 [INFO] [stderr] | [INFO] [stderr] 48 | let mut hbse = handlebars_iron::HandlebarsEngine::new2(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `handlebars_iron::HandlebarsEngine` [INFO] [stderr] | help: there is a method with a similar name: `new` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:61:12 [INFO] [stderr] | [INFO] [stderr] 61 | router.get("/", views::index); [INFO] [stderr] | ^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:62:12 [INFO] [stderr] | [INFO] [stderr] 62 | router.get("/book", views::generic::prologue); [INFO] [stderr] | ^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:73:61 [INFO] [stderr] | [INFO] [stderr] 73 | protocol::Protocol::HTTPS => iron::Iron::new(chain).https ( [INFO] [stderr] | ^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `pasteur`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `pasteur`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4e6e92e5d8686d3fc794c82caa6621a399d8cd38de17298d52b5d1edd6abfbef"` [INFO] running `"docker" "rm" "-f" "4e6e92e5d8686d3fc794c82caa6621a399d8cd38de17298d52b5d1edd6abfbef"` [INFO] [stdout] 4e6e92e5d8686d3fc794c82caa6621a399d8cd38de17298d52b5d1edd6abfbef