[INFO] updating cached repository https://github.com/ilkosta/odt2pdf [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 96f39d64abef080314bdbf18cc8d2cacf4401083 [INFO] testing ilkosta/odt2pdf against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Filkosta%2Fodt2pdf" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ilkosta/odt2pdf on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ilkosta/odt2pdf [INFO] finished tweaking git repo https://github.com/ilkosta/odt2pdf [INFO] tweaked toml for git repo https://github.com/ilkosta/odt2pdf written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/ilkosta/odt2pdf already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/iron/params.git` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 8e38c8b2f5bff6afe3bd5b8efd6925104c3f8176546a14db41092e6a01301824 [INFO] running `"docker" "start" "-a" "8e38c8b2f5bff6afe3bd5b8efd6925104c3f8176546a14db41092e6a01301824"` [INFO] [stderr] Compiling sequence_trie v0.3.6 [INFO] [stderr] Compiling fern v0.3.5 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling buf_redux v0.6.3 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling bodyparser v0.8.0 [INFO] [stderr] Compiling mount v0.4.0 [INFO] [stderr] Compiling multipart v0.13.6 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling textnonce v0.6.5 [INFO] [stderr] Compiling buf-read-ext v0.3.0 [INFO] [stderr] Compiling staticfile v0.5.0 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling urlencoded v0.6.0 [INFO] [stderr] Compiling mime_multipart v0.5.2 [INFO] [stderr] Compiling params v0.8.0 (https://github.com/iron/params.git#ba3ebf83) [INFO] [stderr] Compiling formdata v0.12.3 [INFO] [stderr] Compiling odt2pdf v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unknown lint: `needless_return` [INFO] [stderr] --> src/main.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | #[allow(needless_return)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `File` [INFO] [stderr] --> src/main.rs:15:22 [INFO] [stderr] | [INFO] [stderr] 15 | use std::fs::{rename,File}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::error::Error` [INFO] [stderr] --> src/main.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use std::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `path` found for type `params::File` in the current scope [INFO] [stderr] --> src/main.rs:66:49 [INFO] [stderr] | [INFO] [stderr] 66 | let file_path = format!("{}.odt" , file_param.path().display()); [INFO] [stderr] | ^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `path` found for type `params::File` in the current scope [INFO] [stderr] --> src/main.rs:68:28 [INFO] [stderr] | [INFO] [stderr] 68 | match rename(&file_param.path(), &file_path) { [INFO] [stderr] | ^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `path` found for type `params::File` in the current scope [INFO] [stderr] --> src/main.rs:79:49 [INFO] [stderr] | [INFO] [stderr] 79 | let working_dir = format!("{}",file_param.path().parent().expect("cannot access the directory of the uploaded temporary file").display()); [INFO] [stderr] | ^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `path` found for type `params::File` in the current scope [INFO] [stderr] --> src/main.rs:101:66 [INFO] [stderr] | [INFO] [stderr] 101 | let ref result_file_path = format!("{}.pdf" , file_param.path().display()); [INFO] [stderr] | ^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:144:10 [INFO] [stderr] | [INFO] [stderr] 144 | router.post("/odt2pdf", chain_form_file); [INFO] [stderr] | ^^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `decode` found for type `docopt::Docopt` in the current scope [INFO] [stderr] --> src/main.rs:180:45 [INFO] [stderr] | [INFO] [stderr] 180 | .and_then(|d| d.decode()) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `path` found for type `¶ms::File` in the current scope [INFO] [stderr] --> src/upload_checks.rs:36:30 [INFO] [stderr] | [INFO] [stderr] 36 | let file_path = file_param.path(); [INFO] [stderr] | ^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `filename` found for type `¶ms::File` in the current scope [INFO] [stderr] --> src/upload_checks.rs:67:39 [INFO] [stderr] | [INFO] [stderr] 67 | let fname = String::from(file_param.filename().expect("filename parameter not present! it must be have checked by BeforeMiddleware")); [INFO] [stderr] | ^^^^^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `path` found for type `¶ms::File` in the current scope [INFO] [stderr] --> src/upload_checks.rs:81:47 [INFO] [stderr] | [INFO] [stderr] 81 | let ref file_path = format!("{}",file_param.path().display()); [INFO] [stderr] | ^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `odt2pdf`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8e38c8b2f5bff6afe3bd5b8efd6925104c3f8176546a14db41092e6a01301824"` [INFO] running `"docker" "rm" "-f" "8e38c8b2f5bff6afe3bd5b8efd6925104c3f8176546a14db41092e6a01301824"` [INFO] [stdout] 8e38c8b2f5bff6afe3bd5b8efd6925104c3f8176546a14db41092e6a01301824