[INFO] updating cached repository TheZoq2/BspwmStackableWindows [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/TheZoq2/BspwmStackableWindows [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/TheZoq2/BspwmStackableWindows" "work/ex/beta-1.38-1/sources/1.37.0/gh/TheZoq2/BspwmStackableWindows"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/TheZoq2/BspwmStackableWindows'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/TheZoq2/BspwmStackableWindows" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/TheZoq2/BspwmStackableWindows"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/TheZoq2/BspwmStackableWindows'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2373e6c2f897b50da11cfb39c08d896e5e7f2868 [INFO] sha for GitHub repo TheZoq2/BspwmStackableWindows: 2373e6c2f897b50da11cfb39c08d896e5e7f2868 [INFO] validating manifest of TheZoq2/BspwmStackableWindows 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 TheZoq2/BspwmStackableWindows 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 TheZoq2/BspwmStackableWindows [INFO] finished frobbing TheZoq2/BspwmStackableWindows [INFO] frobbed toml for TheZoq2/BspwmStackableWindows written to work/ex/beta-1.38-1/sources/1.37.0/gh/TheZoq2/BspwmStackableWindows/Cargo.toml [INFO] started frobbing TheZoq2/BspwmStackableWindows [INFO] finished frobbing TheZoq2/BspwmStackableWindows [INFO] frobbed toml for TheZoq2/BspwmStackableWindows written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/TheZoq2/BspwmStackableWindows/Cargo.toml [INFO] crate TheZoq2/BspwmStackableWindows 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing TheZoq2/BspwmStackableWindows 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/TheZoq2/BspwmStackableWindows:/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] 0cdbbf43af3432d250e926e5bcba7e33504d1435a8a89d8d62490e4c42d7397d [INFO] running `"docker" "start" "-a" "0cdbbf43af3432d250e926e5bcba7e33504d1435a8a89d8d62490e4c42d7397d"` [INFO] [stderr] Compiling term_size v0.2.2 [INFO] [stderr] Compiling typed_messages v0.1.0 (https://github.com/TheZoq2/rust_typed_messages#0ee4007a) [INFO] [stderr] Compiling dbus v0.4.1 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling clap v2.19.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling notify-rust v3.2.1 [INFO] [stderr] Compiling wm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0583]: file not found for module `swap` [INFO] [stderr] --> src/client.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | mod swap; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: name the file either swap.rs or swap/mod.rs inside the directory "src" [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0583`. [INFO] [stderr] error: Could not compile `wm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bspwm.rs:189:53 [INFO] [stderr] | [INFO] [stderr] 189 | let all_nodes = general_query("-N", vec!(("-d", format!("{}", desktop))))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `std::string::String` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&str` [INFO] [stderr] found type `std::string::String` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/bspwm.rs:219:9 [INFO] [stderr] | [INFO] [stderr] 219 | Ok() [INFO] [stderr] | ^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bspwm.rs:189:53 [INFO] [stderr] | [INFO] [stderr] 189 | let all_nodes = general_query("-N", vec!(("-d", format!("{}", desktop))))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `std::string::String` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&str` [INFO] [stderr] found type `std::string::String` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/bspwm.rs:219:9 [INFO] [stderr] | [INFO] [stderr] 219 | Ok() [INFO] [stderr] | ^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bspwm.rs:193:42 [INFO] [stderr] | [INFO] [stderr] 193 | let new_nodes = match node_query(format!("{}#@parent", node)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `std::string::String` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&str` [INFO] [stderr] found type `std::string::String` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bspwm.rs:193:42 [INFO] [stderr] | [INFO] [stderr] 193 | let new_nodes = match node_query(format!("{}#@parent", node)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `std::string::String` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&str` [INFO] [stderr] found type `std::string::String` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bspwm.rs:204:13 [INFO] [stderr] | [INFO] [stderr] 191 | fn inner(node: u64) -> Result [INFO] [stderr] | ------------------- expected `std::result::Result` because of return type [INFO] [stderr] ... [INFO] [stderr] 204 | node [INFO] [stderr] | ^^^^ expected enum `std::result::Result`, found u64 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bspwm.rs:204:13 [INFO] [stderr] | [INFO] [stderr] 191 | fn inner(node: u64) -> Result [INFO] [stderr] | ------------------- expected `std::result::Result` because of return type [INFO] [stderr] ... [INFO] [stderr] 204 | node [INFO] [stderr] | ^^^^ expected enum `std::result::Result`, found u64 [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::result::Result` [INFO] [stderr] found type `u64` [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::result::Result` [INFO] [stderr] found type `u64` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `wm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `wm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0cdbbf43af3432d250e926e5bcba7e33504d1435a8a89d8d62490e4c42d7397d"` [INFO] running `"docker" "rm" "-f" "0cdbbf43af3432d250e926e5bcba7e33504d1435a8a89d8d62490e4c42d7397d"` [INFO] [stdout] 0cdbbf43af3432d250e926e5bcba7e33504d1435a8a89d8d62490e4c42d7397d