[INFO] crate lightning-wire-msgs 0.2.1 is already in cache
[INFO] checking lightning-wire-msgs-0.2.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate lightning-wire-msgs 0.2.1 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate lightning-wire-msgs 0.2.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate lightning-wire-msgs 0.2.1
[INFO] finished tweaking crates.io crate lightning-wire-msgs 0.2.1
[INFO] tweaked toml for crates.io crate lightning-wire-msgs 0.2.1 written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 928ade9669ef97268975c8dfe8d972275a3050447563c15c7ecaf0fc91886d85
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "928ade9669ef97268975c8dfe8d972275a3050447563c15c7ecaf0fc91886d85"`
[INFO] [stderr]    Compiling lightning-wire-msgs-derive-base v0.2.6
[INFO] [stderr]    Compiling lightning-wire-msgs-derive v0.2.6
[INFO] [stderr]     Checking lightning-wire-msgs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0659]: `repr` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]  --> src/items/feature.rs:7:3
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[repr(usize)]
[INFO] [stderr]   |   ^^^^ ambiguous name
[INFO] [stderr]   |
[INFO] [stderr]   = note: `repr` could refer to a built-in attribute
[INFO] [stderr] note: `repr` could also refer to the derive helper attribute defined here
[INFO] [stderr]  --> src/items/feature.rs:6:68
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, TryFromPrimitive)]
[INFO] [stderr]   |                                                                    ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `repr` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]  --> src/watchtower/items/blob.rs:6:3
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[repr(u16)]
[INFO] [stderr]   |   ^^^^ ambiguous name
[INFO] [stderr]   |
[INFO] [stderr]   = note: `repr` could refer to a built-in attribute
[INFO] [stderr] note: `repr` could also refer to the derive helper attribute defined here
[INFO] [stderr]  --> src/watchtower/items/blob.rs:5:68
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, TryFromPrimitive)]
[INFO] [stderr]   |                                                                    ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `repr` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]   --> src/watchtower/items/blob.rs:94:3
[INFO] [stderr]    |
[INFO] [stderr] 94 | #[repr(u16)]
[INFO] [stderr]    |   ^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: `repr` could refer to a built-in attribute
[INFO] [stderr] note: `repr` could also refer to the derive helper attribute defined here
[INFO] [stderr]   --> src/watchtower/items/blob.rs:93:45
[INFO] [stderr]    |
[INFO] [stderr] 93 | #[derive(Clone, Copy, Debug, PartialEq, Eq, TryFromPrimitive)]
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `repr` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]   --> src/watchtower/items/error.rs:67:3
[INFO] [stderr]    |
[INFO] [stderr] 67 | #[repr(u16)]
[INFO] [stderr]    |   ^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: `repr` could refer to a built-in attribute
[INFO] [stderr] note: `repr` could also refer to the derive helper attribute defined here
[INFO] [stderr]   --> src/watchtower/items/error.rs:66:30
[INFO] [stderr]    |
[INFO] [stderr] 66 | #[derive(Clone, Copy, Debug, TryFromPrimitive)]
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `repr` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]   --> src/watchtower/items/error.rs:88:3
[INFO] [stderr]    |
[INFO] [stderr] 88 | #[repr(u16)]
[INFO] [stderr]    |   ^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: `repr` could refer to a built-in attribute
[INFO] [stderr] note: `repr` could also refer to the derive helper attribute defined here
[INFO] [stderr]   --> src/watchtower/items/error.rs:87:30
[INFO] [stderr]    |
[INFO] [stderr] 87 | #[derive(Clone, Copy, Debug, TryFromPrimitive)]
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `repr` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]    --> src/watchtower/items/error.rs:119:3
[INFO] [stderr]     |
[INFO] [stderr] 119 | #[repr(u16)]
[INFO] [stderr]     |   ^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: `repr` could refer to a built-in attribute
[INFO] [stderr] note: `repr` could also refer to the derive helper attribute defined here
[INFO] [stderr]    --> src/watchtower/items/error.rs:118:30
[INFO] [stderr]     |
[INFO] [stderr] 118 | #[derive(Clone, Copy, Debug, TryFromPrimitive)]
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `repr` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]    --> src/watchtower/items/error.rs:150:3
[INFO] [stderr]     |
[INFO] [stderr] 150 | #[repr(u16)]
[INFO] [stderr]     |   ^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: `repr` could refer to a built-in attribute
[INFO] [stderr] note: `repr` could also refer to the derive helper attribute defined here
[INFO] [stderr]    --> src/watchtower/items/error.rs:149:30
[INFO] [stderr]     |
[INFO] [stderr] 149 | #[derive(Clone, Copy, Debug, TryFromPrimitive)]
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `repr` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]  --> src/items/feature.rs:7:3
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[repr(usize)]
[INFO] [stderr]   |   ^^^^ ambiguous name
[INFO] [stderr]   |
[INFO] [stderr]   = note: `repr` could refer to a built-in attribute
[INFO] [stderr] note: `repr` could also refer to the derive helper attribute defined here
[INFO] [stderr]  --> src/items/feature.rs:6:68
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, TryFromPrimitive)]
[INFO] [stderr]   |                                                                    ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `repr` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]  --> src/watchtower/items/blob.rs:6:3
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[repr(u16)]
[INFO] [stderr]   |   ^^^^ ambiguous name
[INFO] [stderr]   |
[INFO] [stderr]   = note: `repr` could refer to a built-in attribute
[INFO] [stderr] note: `repr` could also refer to the derive helper attribute defined here
[INFO] [stderr]  --> src/watchtower/items/blob.rs:5:68
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, TryFromPrimitive)]
[INFO] [stderr]   |                                                                    ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `repr` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]   --> src/watchtower/items/blob.rs:94:3
[INFO] [stderr]    |
[INFO] [stderr] 94 | #[repr(u16)]
[INFO] [stderr]    |   ^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: `repr` could refer to a built-in attribute
[INFO] [stderr] note: `repr` could also refer to the derive helper attribute defined here
[INFO] [stderr]   --> src/watchtower/items/blob.rs:93:45
[INFO] [stderr]    |
[INFO] [stderr] 93 | #[derive(Clone, Copy, Debug, PartialEq, Eq, TryFromPrimitive)]
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `repr` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]   --> src/watchtower/items/error.rs:67:3
[INFO] [stderr]    |
[INFO] [stderr] 67 | #[repr(u16)]
[INFO] [stderr]    |   ^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: `repr` could refer to a built-in attribute
[INFO] [stderr] note: `repr` could also refer to the derive helper attribute defined here
[INFO] [stderr]   --> src/watchtower/items/error.rs:66:30
[INFO] [stderr]    |
[INFO] [stderr] 66 | #[derive(Clone, Copy, Debug, TryFromPrimitive)]
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `repr` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]   --> src/watchtower/items/error.rs:88:3
[INFO] [stderr]    |
[INFO] [stderr] 88 | #[repr(u16)]
[INFO] [stderr]    |   ^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: `repr` could refer to a built-in attribute
[INFO] [stderr] note: `repr` could also refer to the derive helper attribute defined here
[INFO] [stderr]   --> src/watchtower/items/error.rs:87:30
[INFO] [stderr]    |
[INFO] [stderr] 87 | #[derive(Clone, Copy, Debug, TryFromPrimitive)]
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `repr` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]    --> src/watchtower/items/error.rs:119:3
[INFO] [stderr]     |
[INFO] [stderr] 119 | #[repr(u16)]
[INFO] [stderr]     |   ^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: `repr` could refer to a built-in attribute
[INFO] [stderr] note: `repr` could also refer to the derive helper attribute defined here
[INFO] [stderr]    --> src/watchtower/items/error.rs:118:30
[INFO] [stderr]     |
[INFO] [stderr] 118 | #[derive(Clone, Copy, Debug, TryFromPrimitive)]
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `repr` is ambiguous (built-in attribute vs any other name)
[INFO] [stderr]    --> src/watchtower/items/error.rs:150:3
[INFO] [stderr]     |
[INFO] [stderr] 150 | #[repr(u16)]
[INFO] [stderr]     |   ^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: `repr` could refer to a built-in attribute
[INFO] [stderr] note: `repr` could also refer to the derive helper attribute defined here
[INFO] [stderr]    --> src/watchtower/items/error.rs:149:30
[INFO] [stderr]     |
[INFO] [stderr] 149 | #[derive(Clone, Copy, Debug, TryFromPrimitive)]
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0659`.
[INFO] [stderr] error: could not compile `lightning-wire-msgs`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0659`.
[INFO] [stderr] error: could not compile `lightning-wire-msgs`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "928ade9669ef97268975c8dfe8d972275a3050447563c15c7ecaf0fc91886d85"`
[INFO] running `"docker" "rm" "-f" "928ade9669ef97268975c8dfe8d972275a3050447563c15c7ecaf0fc91886d85"`
[INFO] [stdout] 928ade9669ef97268975c8dfe8d972275a3050447563c15c7ecaf0fc91886d85
