[INFO] updating cached repository https://github.com/sam-barr/sam-bar [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3ab78e760488cbaba3a5300a26a523a7f87e65e8 [INFO] checking sam-barr/sam-bar against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsam-barr%2Fsam-bar" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sam-barr/sam-bar on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sam-barr/sam-bar [INFO] finished tweaking git repo https://github.com/sam-barr/sam-bar [INFO] tweaked toml for git repo https://github.com/sam-barr/sam-bar written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/sam-barr/sam-bar already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 741ed337b0df4c5f65a47192b81e5c6703bc2585270b707bb8e49caabec7122c [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" "741ed337b0df4c5f65a47192b81e5c6703bc2585270b707bb8e49caabec7122c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Compiling clang-sys v0.29.2 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling bindgen v0.53.2 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking regex v1.3.6 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.14 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Checking thiserror v1.0.14 [INFO] [stderr] Checking flexi_logger v0.15.2 [INFO] [stderr] Compiling sam-bar v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0659]: `time` is ambiguous (glob import vs glob import in the same module) [INFO] [stderr] --> src/main.rs:257:13 [INFO] [stderr] | [INFO] [stderr] 257 | let mut time = Local::now(); [INFO] [stderr] | ^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] note: `time` could refer to the function imported here [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use libc::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `time` to disambiguate [INFO] [stderr] note: `time` could also refer to the function imported here [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use xcb_bindings::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `time` to disambiguate [INFO] [stderr] [INFO] [stderr] error[E0659]: `time` is ambiguous (glob import vs glob import in the same module) [INFO] [stderr] --> src/main.rs:307:27 [INFO] [stderr] | [INFO] [stderr] 307 | Message::Time(time) => xcb.write_text_left(time), [INFO] [stderr] | ^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] note: `time` could refer to the function imported here [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use libc::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `time` to disambiguate [INFO] [stderr] note: `time` could also refer to the function imported here [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use xcb_bindings::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `time` to disambiguate [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0659`. [INFO] [stderr] error: could not compile `sam-bar`. [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[E0659]: `time` is ambiguous (glob import vs glob import in the same module) [INFO] [stderr] --> src/main.rs:257:13 [INFO] [stderr] | [INFO] [stderr] 257 | let mut time = Local::now(); [INFO] [stderr] | ^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] note: `time` could refer to the function imported here [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use libc::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `time` to disambiguate [INFO] [stderr] note: `time` could also refer to the function imported here [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use xcb_bindings::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `time` to disambiguate [INFO] [stderr] [INFO] [stderr] error[E0659]: `time` is ambiguous (glob import vs glob import in the same module) [INFO] [stderr] --> src/main.rs:307:27 [INFO] [stderr] | [INFO] [stderr] 307 | Message::Time(time) => xcb.write_text_left(time), [INFO] [stderr] | ^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] note: `time` could refer to the function imported here [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use libc::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `time` to disambiguate [INFO] [stderr] note: `time` could also refer to the function imported here [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use xcb_bindings::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `time` to disambiguate [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0659`. [INFO] [stderr] error: could not compile `sam-bar`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "741ed337b0df4c5f65a47192b81e5c6703bc2585270b707bb8e49caabec7122c"` [INFO] running `"docker" "rm" "-f" "741ed337b0df4c5f65a47192b81e5c6703bc2585270b707bb8e49caabec7122c"` [INFO] [stdout] 741ed337b0df4c5f65a47192b81e5c6703bc2585270b707bb8e49caabec7122c