Dec 14 00:24:51.035 INFO testing bwasty/gltf-viewer against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 14 00:24:51.035 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/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 14 00:24:51.690 INFO [stdout] de14134c07b1f49ec4329472d74a8dcd385f81fecd4d4770401b6c2582a5c8c4 Dec 14 00:24:51.692 INFO running `"docker" "start" "-a" "de14134c07b1f49ec4329472d74a8dcd385f81fecd4d4770401b6c2582a5c8c4"` Dec 14 00:24:52.743 INFO [stderr] usermod: no changes Dec 14 00:24:53.119 INFO [stderr] Compiling cc v1.0.20 Dec 14 00:24:53.123 INFO [stderr] Compiling serde v1.0.72 Dec 14 00:24:53.131 INFO [stderr] Compiling cgmath v0.16.1 Dec 14 00:24:53.136 INFO [stderr] Compiling gl_generator v0.9.0 Dec 14 00:24:53.136 INFO [stderr] Compiling chrono v0.4.5 Dec 14 00:24:53.136 INFO [stderr] Compiling serde_derive v1.0.72 Dec 14 00:24:53.136 INFO [stderr] Compiling num-derive v0.2.2 Dec 14 00:24:53.136 INFO [stderr] Compiling png v0.12.0 Dec 14 00:24:57.439 INFO [stderr] Compiling jpeg-decoder v0.1.15 Dec 14 00:25:09.485 INFO [stderr] Compiling gl v0.10.0 Dec 14 00:25:09.709 INFO [stderr] Compiling glutin v0.18.0 Dec 14 00:25:09.767 INFO [stderr] Compiling simplelog v0.5.2 Dec 14 00:25:12.849 INFO [stderr] Compiling libloading v0.5.0 Dec 14 00:25:13.451 INFO [stderr] Compiling image v0.19.0 Dec 14 00:25:22.159 INFO [stderr] Compiling dlib v0.4.1 Dec 14 00:25:23.894 INFO [stderr] Compiling wayland-sys v0.20.12 Dec 14 00:25:29.064 INFO [stderr] Compiling wayland-commons v0.20.12 Dec 14 00:25:31.659 INFO [stderr] Compiling wayland-client v0.20.12 Dec 14 00:25:50.172 INFO [stderr] Compiling wayland-protocols v0.20.12 Dec 14 00:26:17.229 INFO [stderr] Compiling smithay-client-toolkit v0.3.0 Dec 14 00:26:27.292 INFO [stderr] Compiling winit v0.17.2 Dec 14 00:26:33.568 INFO [stderr] Compiling serde_json v1.0.26 Dec 14 00:26:42.699 INFO [stderr] Compiling gltf-json v0.11.2 Dec 14 00:26:51.519 INFO [stderr] Compiling collision v0.18.0 Dec 14 00:27:11.241 INFO [stderr] Compiling gltf v0.11.2 Dec 14 00:27:23.659 INFO [stderr] Compiling gltf-viewer v0.4.1-alpha.0 (/source) Dec 14 00:27:28.447 INFO [stderr] error[E0659]: `Texture` is ambiguous (glob import vs glob import in the same module) Dec 14 00:27:28.447 INFO [stderr] --> src/render/root.rs:8:26 Dec 14 00:27:28.447 INFO [stderr] | Dec 14 00:27:28.447 INFO [stderr] 8 | use render::{Mesh, Node, Texture, Material}; Dec 14 00:27:28.447 INFO [stderr] | ^^^^^^^ ambiguous name Dec 14 00:27:28.447 INFO [stderr] | Dec 14 00:27:28.447 INFO [stderr] note: `Texture` could refer to the struct imported here Dec 14 00:27:28.447 INFO [stderr] --> src/render/mod.rs:18:9 Dec 14 00:27:28.447 INFO [stderr] | Dec 14 00:27:28.447 INFO [stderr] 18| pub use self::texture::*; Dec 14 00:27:28.447 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 14 00:27:28.447 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Dec 14 00:27:28.447 INFO [stderr] note: `Texture` could also refer to the struct imported here Dec 14 00:27:28.447 INFO [stderr] --> src/render/mod.rs:13:9 Dec 14 00:27:28.447 INFO [stderr] | Dec 14 00:27:28.447 INFO [stderr] 13| pub use self::primitive::*; Dec 14 00:27:28.447 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 14 00:27:28.447 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Dec 14 00:27:28.447 INFO [stderr] Dec 14 00:27:28.447 INFO [stderr] error[E0659]: `Texture` is ambiguous (glob import vs glob import in the same module) Dec 14 00:27:28.447 INFO [stderr] --> src/render/material.rs:7:21 Dec 14 00:27:28.447 INFO [stderr] | Dec 14 00:27:28.447 INFO [stderr] 7 | use render::{ Root, Texture }; Dec 14 00:27:28.447 INFO [stderr] | ^^^^^^^ ambiguous name Dec 14 00:27:28.447 INFO [stderr] | Dec 14 00:27:28.447 INFO [stderr] note: `Texture` could refer to the struct imported here Dec 14 00:27:28.447 INFO [stderr] --> src/render/mod.rs:18:9 Dec 14 00:27:28.447 INFO [stderr] | Dec 14 00:27:28.447 INFO [stderr] 18| pub use self::texture::*; Dec 14 00:27:28.447 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 14 00:27:28.447 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Dec 14 00:27:28.447 INFO [stderr] note: `Texture` could also refer to the struct imported here Dec 14 00:27:28.447 INFO [stderr] --> src/render/mod.rs:13:9 Dec 14 00:27:28.447 INFO [stderr] | Dec 14 00:27:28.447 INFO [stderr] 13| pub use self::primitive::*; Dec 14 00:27:28.447 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 14 00:27:28.447 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Dec 14 00:27:28.447 INFO [stderr] Dec 14 00:27:29.096 INFO [stderr] error: aborting due to 2 previous errors Dec 14 00:27:29.096 INFO [stderr] Dec 14 00:27:29.096 INFO [stderr] For more information about this error, try `rustc --explain E0659`. Dec 14 00:27:29.131 INFO [stderr] error: Could not compile `gltf-viewer`. Dec 14 00:27:29.131 INFO [stderr] Dec 14 00:27:29.131 INFO [stderr] To learn more, run the command again with --verbose. Dec 14 00:27:29.135 INFO [stderr] su: No module specific data is present Dec 14 00:27:29.728 INFO running `"docker" "inspect" "de14134c07b1f49ec4329472d74a8dcd385f81fecd4d4770401b6c2582a5c8c4"` Dec 14 00:27:29.965 INFO running `"docker" "rm" "-f" "de14134c07b1f49ec4329472d74a8dcd385f81fecd4d4770401b6c2582a5c8c4"` Dec 14 00:27:30.249 INFO [stdout] de14134c07b1f49ec4329472d74a8dcd385f81fecd4d4770401b6c2582a5c8c4