Dec 06 04:33:01.071 INFO testing bwasty/gltf-viewer against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 06 04:33:01.071 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 06 04:33:01.659 INFO [stdout] 5aae11a562cebca507cb82401d75985de12e7dbdf2593158bea02a350b5b9942 Dec 06 04:33:01.661 INFO running `"docker" "start" "-a" "5aae11a562cebca507cb82401d75985de12e7dbdf2593158bea02a350b5b9942"` Dec 06 04:33:03.280 INFO [stderr] usermod: no changes Dec 06 04:33:03.663 INFO [stderr] Compiling serde v1.0.72 Dec 06 04:33:03.672 INFO [stderr] Compiling inflections v1.1.1 Dec 06 04:33:03.672 INFO [stderr] Compiling cgmath v0.16.1 Dec 06 04:33:03.714 INFO [stderr] Compiling libloading v0.5.0 Dec 06 04:33:03.734 INFO [stderr] Compiling smallvec v0.6.4 Dec 06 04:33:03.736 INFO [stderr] Compiling gl_generator v0.9.0 Dec 06 04:33:03.738 INFO [stderr] Compiling chrono v0.4.5 Dec 06 04:33:03.762 INFO [stderr] Compiling cgmath v0.15.0 Dec 06 04:33:08.744 INFO [stderr] Compiling serde_derive v1.0.72 Dec 06 04:33:08.744 INFO [stderr] Compiling num-derive v0.2.2 Dec 06 04:33:08.744 INFO [stderr] Compiling png v0.12.0 Dec 06 04:33:09.025 INFO [stderr] Compiling parking_lot_core v0.2.14 Dec 06 04:33:09.488 INFO [stderr] Compiling gltf-derive v0.11.2 Dec 06 04:33:19.853 INFO [stderr] Compiling parking_lot v0.6.3 Dec 06 04:33:19.879 INFO [stderr] Compiling glutin v0.18.0 Dec 06 04:33:19.888 INFO [stderr] Compiling gl v0.10.0 Dec 06 04:33:19.896 INFO [stderr] Compiling image v0.19.0 Dec 06 04:33:20.365 INFO [stderr] Compiling simplelog v0.5.2 Dec 06 04:33:28.606 INFO [stderr] Compiling dlib v0.4.1 Dec 06 04:33:29.584 INFO [stderr] Compiling wayland-sys v0.20.12 Dec 06 04:33:33.612 INFO [stderr] Compiling wayland-commons v0.20.12 Dec 06 04:33:35.020 INFO [stderr] Compiling wayland-client v0.20.12 Dec 06 04:33:44.504 INFO [stderr] Compiling wayland-protocols v0.20.12 Dec 06 04:34:03.382 INFO [stderr] Compiling smithay-client-toolkit v0.3.0 Dec 06 04:34:11.508 INFO [stderr] Compiling winit v0.17.2 Dec 06 04:34:17.269 INFO [stderr] Compiling serde_json v1.0.26 Dec 06 04:34:29.130 INFO [stderr] Compiling gltf-json v0.11.2 Dec 06 04:34:36.072 INFO [stderr] Compiling collision v0.18.0 Dec 06 04:34:51.375 INFO [stderr] Compiling gltf v0.11.2 Dec 06 04:34:59.114 INFO [stderr] Compiling gltf-viewer v0.4.1-alpha.0 (/source) Dec 06 04:35:03.344 INFO [stderr] error[E0659]: `Texture` is ambiguous (glob import vs glob import in the same module) Dec 06 04:35:03.344 INFO [stderr] --> src/render/root.rs:8:26 Dec 06 04:35:03.344 INFO [stderr] | Dec 06 04:35:03.344 INFO [stderr] 8 | use render::{Mesh, Node, Texture, Material}; Dec 06 04:35:03.344 INFO [stderr] | ^^^^^^^ ambiguous name Dec 06 04:35:03.344 INFO [stderr] | Dec 06 04:35:03.344 INFO [stderr] note: `Texture` could refer to the struct imported here Dec 06 04:35:03.344 INFO [stderr] --> src/render/mod.rs:18:9 Dec 06 04:35:03.344 INFO [stderr] | Dec 06 04:35:03.344 INFO [stderr] 18| pub use self::texture::*; Dec 06 04:35:03.344 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 06 04:35:03.344 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Dec 06 04:35:03.345 INFO [stderr] note: `Texture` could also refer to the struct imported here Dec 06 04:35:03.345 INFO [stderr] --> src/render/mod.rs:13:9 Dec 06 04:35:03.345 INFO [stderr] | Dec 06 04:35:03.345 INFO [stderr] 13| pub use self::primitive::*; Dec 06 04:35:03.345 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 06 04:35:03.345 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Dec 06 04:35:03.345 INFO [stderr] Dec 06 04:35:03.345 INFO [stderr] error[E0659]: `Texture` is ambiguous (glob import vs glob import in the same module) Dec 06 04:35:03.345 INFO [stderr] --> src/render/material.rs:7:21 Dec 06 04:35:03.345 INFO [stderr] | Dec 06 04:35:03.345 INFO [stderr] 7 | use render::{ Root, Texture }; Dec 06 04:35:03.345 INFO [stderr] | ^^^^^^^ ambiguous name Dec 06 04:35:03.345 INFO [stderr] | Dec 06 04:35:03.345 INFO [stderr] note: `Texture` could refer to the struct imported here Dec 06 04:35:03.345 INFO [stderr] --> src/render/mod.rs:18:9 Dec 06 04:35:03.345 INFO [stderr] | Dec 06 04:35:03.345 INFO [stderr] 18| pub use self::texture::*; Dec 06 04:35:03.345 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 06 04:35:03.345 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Dec 06 04:35:03.345 INFO [stderr] note: `Texture` could also refer to the struct imported here Dec 06 04:35:03.345 INFO [stderr] --> src/render/mod.rs:13:9 Dec 06 04:35:03.345 INFO [stderr] | Dec 06 04:35:03.345 INFO [stderr] 13| pub use self::primitive::*; Dec 06 04:35:03.345 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 06 04:35:03.345 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Dec 06 04:35:03.345 INFO [stderr] Dec 06 04:35:03.956 INFO [stderr] error: aborting due to 2 previous errors Dec 06 04:35:03.956 INFO [stderr] Dec 06 04:35:03.956 INFO [stderr] For more information about this error, try `rustc --explain E0659`. Dec 06 04:35:03.996 INFO [stderr] error: Could not compile `gltf-viewer`. Dec 06 04:35:03.996 INFO [stderr] Dec 06 04:35:03.996 INFO [stderr] To learn more, run the command again with --verbose. Dec 06 04:35:03.996 INFO [stderr] su: No module specific data is present Dec 06 04:35:04.842 INFO running `"docker" "inspect" "5aae11a562cebca507cb82401d75985de12e7dbdf2593158bea02a350b5b9942"` Dec 06 04:35:05.138 INFO running `"docker" "rm" "-f" "5aae11a562cebca507cb82401d75985de12e7dbdf2593158bea02a350b5b9942"` Dec 06 04:35:05.420 INFO [stdout] 5aae11a562cebca507cb82401d75985de12e7dbdf2593158bea02a350b5b9942