[INFO] crate open_in_editor 0.1.1 is already in cache [INFO] testing open_in_editor-0.1.1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate open_in_editor 0.1.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate open_in_editor 0.1.1 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate open_in_editor 0.1.1 [INFO] finished tweaking crates.io crate open_in_editor 0.1.1 [INFO] tweaked toml for crates.io crate open_in_editor 0.1.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.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" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=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.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ea60baa7c32cdcfa4e8567c0e62d0b6a8c3bb993eed618dc1fd8951a12488ac8 [INFO] running `"docker" "start" "-a" "ea60baa7c32cdcfa4e8567c0e62d0b6a8c3bb993eed618dc1fd8951a12488ac8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling home v0.5.3 [INFO] [stderr] Compiling open_in_editor v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error: mismatched closing delimiter: `}` [INFO] [stderr] --> src/xdg.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 48 | err => { [INFO] [stderr] | - closing delimiter possibly meant for this [INFO] [stderr] ... [INFO] [stderr] 52 | if launch(Command::new("kde-open").args(paths).is_ok() { [INFO] [stderr] | - unclosed delimiter [INFO] [stderr] ... [INFO] [stderr] 64 | } [INFO] [stderr] | ^ mismatched closing delimiter [INFO] [stderr] [INFO] [stderr] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `{` [INFO] [stderr] --> src/xdg.rs:52:68 [INFO] [stderr] | [INFO] [stderr] 52 | if launch(Command::new("kde-open").args(paths).is_ok() { [INFO] [stderr] | - -^ [INFO] [stderr] | | | [INFO] [stderr] | unclosed delimiter help: `)` may belong here [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `)` [INFO] [stderr] --> src/xdg.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 63 | err [INFO] [stderr] | - expected one of 8 possible tokens [INFO] [stderr] 64 | } [INFO] [stderr] | ^ unexpected token [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found built-in attribute `path` [INFO] [stderr] --> src/xdg.rs:56:73 [INFO] [stderr] | [INFO] [stderr] 56 | if launch(Command::new("kfmclient").arg("openURL").args(path[0])).is_ok() { [INFO] [stderr] | ^^^^ help: a local variable with a similar name exists: `paths` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found built-in attribute `path` [INFO] [stderr] --> src/xdg.rs:59:70 [INFO] [stderr] | [INFO] [stderr] 59 | if launch(Command::new("kioclient").arg("exec").args(path[0])).is_ok() { [INFO] [stderr] | ^^^^ help: a local variable with a similar name exists: `paths` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_ok` found for mutable reference `&mut std::process::Command` in the current scope [INFO] [stderr] --> src/xdg.rs:52:60 [INFO] [stderr] | [INFO] [stderr] 52 | if launch(Command::new("kde-open").args(paths).is_ok() { [INFO] [stderr] | ^^^^^ method not found in `&mut std::process::Command` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/xdg.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | if launch(Command::new("kde-open").args(paths).is_ok() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `bool`, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `bool` [INFO] [stderr] found enum `std::result::Result<(), Error>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0423, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `open_in_editor`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ea60baa7c32cdcfa4e8567c0e62d0b6a8c3bb993eed618dc1fd8951a12488ac8"` [INFO] running `"docker" "rm" "-f" "ea60baa7c32cdcfa4e8567c0e62d0b6a8c3bb993eed618dc1fd8951a12488ac8"` [INFO] [stdout] ea60baa7c32cdcfa4e8567c0e62d0b6a8c3bb993eed618dc1fd8951a12488ac8