Dec 15 19:37:32.969 INFO testing cargo-wix-0.1.0 against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 15 19:37:32.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +bd47d6825bf4090517549d33cfef10d3300b4a75-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 15 19:37:33.140 INFO [stdout] 0523fd2f25236532840b19e526fdc1caaa4b447c2c12bcd20d514914b0310cbf Dec 15 19:37:33.141 INFO running `"docker" "start" "-a" "0523fd2f25236532840b19e526fdc1caaa4b447c2c12bcd20d514914b0310cbf"` Dec 15 19:37:33.603 INFO [stderr] usermod: no changes Dec 15 19:37:33.785 INFO [stderr] Compiling clap v2.32.0 Dec 15 19:37:33.823 INFO [stderr] Compiling toml v0.4.10 Dec 15 19:37:33.823 INFO [stderr] Compiling mustache v0.9.0 Dec 15 19:37:51.891 INFO [stderr] Compiling cargo-wix v0.1.0 (/source) Dec 15 19:38:02.963 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.34s Dec 15 19:38:02.979 INFO [stderr] su: No module specific data is present Dec 15 19:38:03.779 INFO running `"docker" "inspect" "0523fd2f25236532840b19e526fdc1caaa4b447c2c12bcd20d514914b0310cbf"` Dec 15 19:38:03.997 INFO running `"docker" "rm" "-f" "0523fd2f25236532840b19e526fdc1caaa4b447c2c12bcd20d514914b0310cbf"` Dec 15 19:38:04.345 INFO [stdout] 0523fd2f25236532840b19e526fdc1caaa4b447c2c12bcd20d514914b0310cbf Dec 15 19:38:04.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +bd47d6825bf4090517549d33cfef10d3300b4a75-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 15 19:38:04.827 INFO [stdout] 339d3c27f1d6320161a20aeb85eb7a0111b9476813eb78f97d60705d107d63e3 Dec 15 19:38:04.832 INFO running `"docker" "start" "-a" "339d3c27f1d6320161a20aeb85eb7a0111b9476813eb78f97d60705d107d63e3"` Dec 15 19:38:06.135 INFO [stderr] usermod: no changes Dec 15 19:38:06.507 INFO [stderr] Compiling sxd-document v0.2.6 Dec 15 19:38:06.523 INFO [stderr] Compiling predicates v0.9.1 Dec 15 19:38:06.523 INFO [stderr] Compiling ignore v0.4.4 Dec 15 19:38:13.330 INFO [stderr] Compiling assert_cmd v0.9.1 Dec 15 19:38:28.359 INFO [stderr] Compiling globwalk v0.3.1 Dec 15 19:38:32.469 INFO [stderr] Compiling assert_fs v0.9.0 Dec 15 19:38:37.181 INFO [stderr] Compiling cargo-wix v0.1.0 (/source) Dec 15 19:38:53.867 INFO [stderr] error[E0277]: the trait bound `common::sxd_xpath::nodeset::Node<'_>: std::convert::From>` is not satisfied Dec 15 19:38:53.868 INFO [stderr] --> tests/common/mod.rs:74:11 Dec 15 19:38:53.868 INFO [stderr] | Dec 15 19:38:53.868 INFO [stderr] 74 | xpath.evaluate(&context, wxs_document.root()).unwrap().string() Dec 15 19:38:53.868 INFO [stderr] | ^^^^^^^^ the trait `std::convert::From>` is not implemented for `common::sxd_xpath::nodeset::Node<'_>` Dec 15 19:38:53.869 INFO [stderr] | Dec 15 19:38:53.869 INFO [stderr] = help: the following implementations were found: Dec 15 19:38:53.869 INFO [stderr] as std::convert::From>> Dec 15 19:38:53.870 INFO [stderr] as std::convert::From>> Dec 15 19:38:53.870 INFO [stderr] as std::convert::From>> Dec 15 19:38:53.870 INFO [stderr] as std::convert::From>> Dec 15 19:38:53.871 INFO [stderr] and 2 others Dec 15 19:38:53.871 INFO [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `common::sxd_document::dom::Root<'_>` Dec 15 19:38:53.871 INFO [stderr] Dec 15 19:38:53.889 INFO [stderr] error: aborting due to previous error Dec 15 19:38:53.889 INFO [stderr] Dec 15 19:38:53.890 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Dec 15 19:38:53.920 INFO [stderr] error: Could not compile `cargo-wix`. Dec 15 19:38:53.920 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 15 19:38:53.948 INFO [stderr] error[E0277]: the trait bound `common::sxd_xpath::nodeset::Node<'_>: std::convert::From>` is not satisfied Dec 15 19:38:53.948 INFO [stderr] --> tests/common/mod.rs:74:11 Dec 15 19:38:53.949 INFO [stderr] | Dec 15 19:38:53.949 INFO [stderr] 74 | xpath.evaluate(&context, wxs_document.root()).unwrap().string() Dec 15 19:38:53.949 INFO [stderr] | ^^^^^^^^ the trait `std::convert::From>` is not implemented for `common::sxd_xpath::nodeset::Node<'_>` Dec 15 19:38:53.950 INFO [stderr] | Dec 15 19:38:53.950 INFO [stderr] = help: the following implementations were found: Dec 15 19:38:53.950 INFO [stderr] as std::convert::From>> Dec 15 19:38:53.950 INFO [stderr] as std::convert::From>> Dec 15 19:38:53.951 INFO [stderr] as std::convert::From>> Dec 15 19:38:53.951 INFO [stderr] as std::convert::From>> Dec 15 19:38:53.951 INFO [stderr] and 2 others Dec 15 19:38:53.952 INFO [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `common::sxd_document::dom::Root<'_>` Dec 15 19:38:53.952 INFO [stderr] Dec 15 19:38:53.962 INFO [stderr] error: aborting due to previous error Dec 15 19:38:53.962 INFO [stderr] Dec 15 19:38:53.963 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Dec 15 19:38:53.986 INFO [stderr] error: Could not compile `cargo-wix`. Dec 15 19:38:53.986 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 15 19:38:55.691 INFO [stderr] error: build failed Dec 15 19:38:55.693 INFO [stderr] su: No module specific data is present Dec 15 19:38:56.672 INFO running `"docker" "inspect" "339d3c27f1d6320161a20aeb85eb7a0111b9476813eb78f97d60705d107d63e3"` Dec 15 19:38:56.979 INFO running `"docker" "rm" "-f" "339d3c27f1d6320161a20aeb85eb7a0111b9476813eb78f97d60705d107d63e3"` Dec 15 19:38:57.227 INFO [stdout] 339d3c27f1d6320161a20aeb85eb7a0111b9476813eb78f97d60705d107d63e3