Aug 30 09:59:17.758 INFO checking nanomsg-0.5.0 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 09:59:17.758 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 09:59:17.758 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-1/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 09:59:17.990 INFO blam! 2233e4b085b870e7acd18db56097b38418a73c2b7a3f8b2620ca59b7fffc2057 Aug 30 09:59:17.993 INFO running `"docker" "start" "-a" "2233e4b085b870e7acd18db56097b38418a73c2b7a3f8b2620ca59b7fffc2057"` Aug 30 09:59:18.660 INFO kablam! Compiling nanomsg-sys v0.5.0 Aug 30 09:59:19.987 INFO kablam! Checking nanomsg v0.5.0 (file:///source) Aug 30 09:59:20.632 INFO kablam! error[E0425]: cannot find value `ENOTSUP` in module `nanomsg_sys` Aug 30 09:59:20.632 INFO kablam! --> src/result.rs:19:47 Aug 30 09:59:20.632 INFO kablam! | Aug 30 09:59:20.632 INFO kablam! 19 | OperationNotSupported = nanomsg_sys::ENOTSUP as isize, Aug 30 09:59:20.632 INFO kablam! | ^^^^^^^ not found in `nanomsg_sys` Aug 30 09:59:20.632 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 30 09:59:20.632 INFO kablam! | Aug 30 09:59:20.632 INFO kablam! 3 | use libc::ENOTSUP; Aug 30 09:59:20.632 INFO kablam! | Aug 30 09:59:20.632 INFO kablam! 3 | use nanomsg_sys::posix_consts::ENOTSUP; Aug 30 09:59:20.632 INFO kablam! | Aug 30 09:59:20.633 INFO kablam! Aug 30 09:59:20.633 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ENOTSUP` in module `nanomsg_sys` Aug 30 09:59:20.633 INFO kablam! --> src/result.rs:61:26 Aug 30 09:59:20.633 INFO kablam! | Aug 30 09:59:20.633 INFO kablam! 61 | nanomsg_sys::ENOTSUP => Error::OperationNotSupported , Aug 30 09:59:20.633 INFO kablam! | ^^^^^^^ not found in `nanomsg_sys` Aug 30 09:59:20.633 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 30 09:59:20.633 INFO kablam! | Aug 30 09:59:20.633 INFO kablam! 3 | use libc::ENOTSUP; Aug 30 09:59:20.633 INFO kablam! | Aug 30 09:59:20.633 INFO kablam! 3 | use nanomsg_sys::posix_consts::ENOTSUP; Aug 30 09:59:20.633 INFO kablam! | Aug 30 09:59:20.633 INFO kablam! Aug 30 09:59:20.653 INFO kablam! error[E0425]: cannot find value `ENOTSUP` in module `nanomsg_sys` Aug 30 09:59:20.653 INFO kablam! --> src/result.rs:19:47 Aug 30 09:59:20.653 INFO kablam! | Aug 30 09:59:20.653 INFO kablam! 19 | OperationNotSupported = nanomsg_sys::ENOTSUP as isize, Aug 30 09:59:20.653 INFO kablam! | ^^^^^^^ not found in `nanomsg_sys` Aug 30 09:59:20.653 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 30 09:59:20.653 INFO kablam! | Aug 30 09:59:20.653 INFO kablam! 3 | use libc::ENOTSUP; Aug 30 09:59:20.653 INFO kablam! | Aug 30 09:59:20.653 INFO kablam! 3 | use nanomsg_sys::posix_consts::ENOTSUP; Aug 30 09:59:20.653 INFO kablam! | Aug 30 09:59:20.653 INFO kablam! Aug 30 09:59:20.653 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ENOTSUP` in module `nanomsg_sys` Aug 30 09:59:20.653 INFO kablam! --> src/result.rs:61:26 Aug 30 09:59:20.653 INFO kablam! | Aug 30 09:59:20.653 INFO kablam! 61 | nanomsg_sys::ENOTSUP => Error::OperationNotSupported , Aug 30 09:59:20.653 INFO kablam! | ^^^^^^^ not found in `nanomsg_sys` Aug 30 09:59:20.653 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 30 09:59:20.653 INFO kablam! | Aug 30 09:59:20.653 INFO kablam! 3 | use libc::ENOTSUP; Aug 30 09:59:20.653 INFO kablam! | Aug 30 09:59:20.654 INFO kablam! 3 | use nanomsg_sys::posix_consts::ENOTSUP; Aug 30 09:59:20.654 INFO kablam! | Aug 30 09:59:20.655 INFO kablam! Aug 30 09:59:20.655 INFO kablam! error[E0425]: cannot find value `ENOTSUP` in module `nanomsg_sys` Aug 30 09:59:20.655 INFO kablam! --> src/result.rs:193:57 Aug 30 09:59:20.655 INFO kablam! | Aug 30 09:59:20.655 INFO kablam! 193 | assert_convert_error_code_to_error(nanomsg_sys::ENOTSUP, Error::OperationNotSupported); Aug 30 09:59:20.655 INFO kablam! | ^^^^^^^ not found in `nanomsg_sys` Aug 30 09:59:20.655 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Aug 30 09:59:20.655 INFO kablam! | Aug 30 09:59:20.655 INFO kablam! 180 | use libc::ENOTSUP; Aug 30 09:59:20.655 INFO kablam! | Aug 30 09:59:20.655 INFO kablam! 180 | use nanomsg_sys::posix_consts::ENOTSUP; Aug 30 09:59:20.655 INFO kablam! | Aug 30 09:59:20.655 INFO kablam! Aug 30 09:59:20.888 INFO kablam! error: aborting due to 2 previous errors Aug 30 09:59:20.888 INFO kablam! Aug 30 09:59:20.888 INFO kablam! Some errors occurred: E0425, E0531. Aug 30 09:59:20.888 INFO kablam! For more information about an error, try `rustc --explain E0425`. Aug 30 09:59:20.895 INFO kablam! error: Could not compile `nanomsg`. Aug 30 09:59:20.895 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 09:59:21.277 INFO kablam! error: aborting due to 3 previous errors Aug 30 09:59:21.278 INFO kablam! Aug 30 09:59:21.278 INFO kablam! Some errors occurred: E0425, E0531. Aug 30 09:59:21.278 INFO kablam! For more information about an error, try `rustc --explain E0425`. Aug 30 09:59:21.285 INFO kablam! error: Could not compile `nanomsg`. Aug 30 09:59:21.285 INFO kablam! Aug 30 09:59:21.285 INFO kablam! To learn more, run the command again with --verbose. Aug 30 09:59:21.287 INFO kablam! su: No module specific data is present Aug 30 09:59:21.753 INFO running `"docker" "rm" "-f" "2233e4b085b870e7acd18db56097b38418a73c2b7a3f8b2620ca59b7fffc2057"` Aug 30 09:59:21.849 INFO blam! 2233e4b085b870e7acd18db56097b38418a73c2b7a3f8b2620ca59b7fffc2057