Sep 03 22:55:04.429 INFO checking devnought/gitplz against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 22:55:04.429 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 22:55:04.429 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 22:55:04.683 INFO blam! 03b722f66d2ec4f872ffd9f582f115b9bcda7e2480fd8d27b0e946520af562ed Sep 03 22:55:04.685 INFO running `"docker" "start" "-a" "03b722f66d2ec4f872ffd9f582f115b9bcda7e2480fd8d27b0e946520af562ed"` Sep 03 22:55:05.657 INFO kablam! Compiling command v0.1.0 (file:///source/command) Sep 03 22:55:05.657 INFO kablam! Checking termcolor v1.0.0 Sep 03 22:55:05.661 INFO kablam! Compiling libz-sys v1.0.18 Sep 03 22:55:05.661 INFO kablam! Compiling curl-sys v0.4.6 Sep 03 22:55:05.661 INFO kablam! Compiling proc-macro2 v0.4.8 Sep 03 22:55:05.682 INFO kablam! Compiling libssh2-sys v0.2.8 Sep 03 22:55:05.682 INFO kablam! Compiling libgit2-sys v0.7.5 Sep 03 22:55:11.477 INFO kablam! Checking clap v2.32.0 Sep 03 22:55:11.477 INFO kablam! Checking color_printer v0.1.0 (file:///source/color_printer) Sep 03 22:55:13.136 INFO kablam! Checking quote v0.6.3 Sep 03 22:55:16.296 INFO kablam! Checking syn v0.14.4 Sep 03 22:55:57.463 INFO kablam! Checking git2 v0.7.2 Sep 03 22:56:01.873 INFO kablam! Checking command_derive v0.1.0 (file:///source/command_derive) Sep 03 22:56:08.518 INFO kablam! Checking gitlib v0.1.0 (file:///source/gitlib) Sep 03 22:56:10.350 INFO kablam! Checking util v0.1.0 (file:///source/util) Sep 03 22:56:18.463 INFO kablam! error: cannot determine resolution for the derive macro `CommandBoxClone` Sep 03 22:56:18.463 INFO kablam! --> command/src/branch_delete.rs:6:17 Sep 03 22:56:18.463 INFO kablam! | Sep 03 22:56:18.463 INFO kablam! 6 | #[derive(Clone, CommandBoxClone)] Sep 03 22:56:18.463 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 22:56:18.464 INFO kablam! | Sep 03 22:56:18.464 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 03 22:56:18.464 INFO kablam! Sep 03 22:56:18.464 INFO kablam! error: cannot determine resolution for the derive macro `CommandBoxClone` Sep 03 22:56:18.464 INFO kablam! --> command/src/branch_find.rs:6:17 Sep 03 22:56:18.464 INFO kablam! | Sep 03 22:56:18.465 INFO kablam! 6 | #[derive(Clone, CommandBoxClone)] Sep 03 22:56:18.465 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 22:56:18.465 INFO kablam! | Sep 03 22:56:18.465 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 03 22:56:18.465 INFO kablam! Sep 03 22:56:18.465 INFO kablam! error: cannot determine resolution for the derive macro `CommandBoxClone` Sep 03 22:56:18.465 INFO kablam! --> command/src/checkout.rs:6:17 Sep 03 22:56:18.466 INFO kablam! | Sep 03 22:56:18.466 INFO kablam! 6 | #[derive(Clone, CommandBoxClone)] Sep 03 22:56:18.466 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 22:56:18.466 INFO kablam! | Sep 03 22:56:18.466 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 03 22:56:18.466 INFO kablam! Sep 03 22:56:18.466 INFO kablam! error: cannot determine resolution for the derive macro `CommandBoxClone` Sep 03 22:56:18.466 INFO kablam! --> command/src/reset.rs:6:17 Sep 03 22:56:18.466 INFO kablam! | Sep 03 22:56:18.466 INFO kablam! 6 | #[derive(Clone, CommandBoxClone, Default)] Sep 03 22:56:18.466 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 22:56:18.466 INFO kablam! | Sep 03 22:56:18.466 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 03 22:56:18.466 INFO kablam! Sep 03 22:56:18.468 INFO kablam! error: aborting due to 4 previous errors Sep 03 22:56:18.468 INFO kablam! Sep 03 22:56:18.475 INFO kablam! error: Could not compile `command`. Sep 03 22:56:18.475 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 22:56:18.500 INFO kablam! error: cannot determine resolution for the derive macro `CommandBoxClone` Sep 03 22:56:18.500 INFO kablam! --> command/src/branch_delete.rs:6:17 Sep 03 22:56:18.500 INFO kablam! | Sep 03 22:56:18.500 INFO kablam! 6 | #[derive(Clone, CommandBoxClone)] Sep 03 22:56:18.500 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 22:56:18.500 INFO kablam! | Sep 03 22:56:18.500 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 03 22:56:18.500 INFO kablam! Sep 03 22:56:18.501 INFO kablam! error: cannot determine resolution for the derive macro `CommandBoxClone` Sep 03 22:56:18.501 INFO kablam! --> command/src/branch_find.rs:6:17 Sep 03 22:56:18.501 INFO kablam! | Sep 03 22:56:18.501 INFO kablam! 6 | #[derive(Clone, CommandBoxClone)] Sep 03 22:56:18.501 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 22:56:18.501 INFO kablam! | Sep 03 22:56:18.501 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 03 22:56:18.501 INFO kablam! Sep 03 22:56:18.502 INFO kablam! error: cannot determine resolution for the derive macro `CommandBoxClone` Sep 03 22:56:18.502 INFO kablam! --> command/src/checkout.rs:6:17 Sep 03 22:56:18.502 INFO kablam! | Sep 03 22:56:18.502 INFO kablam! 6 | #[derive(Clone, CommandBoxClone)] Sep 03 22:56:18.502 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 22:56:18.502 INFO kablam! | Sep 03 22:56:18.502 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 03 22:56:18.502 INFO kablam! Sep 03 22:56:18.503 INFO kablam! error: cannot determine resolution for the derive macro `CommandBoxClone` Sep 03 22:56:18.503 INFO kablam! --> command/src/reset.rs:6:17 Sep 03 22:56:18.503 INFO kablam! | Sep 03 22:56:18.503 INFO kablam! 6 | #[derive(Clone, CommandBoxClone, Default)] Sep 03 22:56:18.503 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 22:56:18.503 INFO kablam! | Sep 03 22:56:18.503 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 03 22:56:18.503 INFO kablam! Sep 03 22:56:18.505 INFO kablam! error: aborting due to 4 previous errors Sep 03 22:56:18.505 INFO kablam! Sep 03 22:56:18.518 INFO kablam! error: Could not compile `command`. Sep 03 22:56:18.518 INFO kablam! Sep 03 22:56:18.518 INFO kablam! To learn more, run the command again with --verbose. Sep 03 22:56:18.520 INFO kablam! su: No module specific data is present Sep 03 22:56:19.040 INFO running `"docker" "rm" "-f" "03b722f66d2ec4f872ffd9f582f115b9bcda7e2480fd8d27b0e946520af562ed"` Sep 03 22:56:19.195 INFO blam! 03b722f66d2ec4f872ffd9f582f115b9bcda7e2480fd8d27b0e946520af562ed