Nov 28 08:10:47.426 INFO checking bwasty/gltf-viewer against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 08:10:47.426 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-4/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-alt check --frozen --all --all-targets" "-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"` Nov 28 08:10:47.922 INFO [stdout] d98d6210e57fed966ca5e569443b5f0baf6658b2711abe6d006f20bd55e1f1b8 Nov 28 08:10:47.926 INFO running `"docker" "start" "-a" "d98d6210e57fed966ca5e569443b5f0baf6658b2711abe6d006f20bd55e1f1b8"` Nov 28 08:10:49.681 INFO [stderr] usermod: no changes Nov 28 08:10:50.111 INFO [stderr] Compiling serde v1.0.72 Nov 28 08:10:50.111 INFO [stderr] Compiling inflections v1.1.1 Nov 28 08:10:50.111 INFO [stderr] Compiling cgmath v0.16.1 Nov 28 08:10:50.111 INFO [stderr] Compiling libloading v0.5.0 Nov 28 08:10:50.111 INFO [stderr] Checking term v0.5.1 Nov 28 08:10:50.111 INFO [stderr] Checking base64 v0.6.0 Nov 28 08:10:50.152 INFO [stderr] Compiling gl_generator v0.9.0 Nov 28 08:10:50.152 INFO [stderr] Checking parking_lot_core v0.2.14 Nov 28 08:10:55.366 INFO [stderr] Checking num-bigint v0.1.44 Nov 28 08:10:55.366 INFO [stderr] Checking chrono v0.4.5 Nov 28 08:10:55.409 INFO [stderr] Checking cgmath v0.15.0 Nov 28 08:10:55.469 INFO [stderr] Checking parking_lot v0.6.3 Nov 28 08:10:55.727 INFO [stderr] Compiling num-derive v0.2.2 Nov 28 08:10:55.854 INFO [stderr] Checking png v0.12.0 Nov 28 08:10:55.994 INFO [stderr] Compiling gltf-derive v0.11.2 Nov 28 08:11:06.973 INFO [stderr] Checking num-rational v0.1.42 Nov 28 08:11:07.294 INFO [stderr] Compiling glutin v0.18.0 Nov 28 08:11:09.157 INFO [stderr] Compiling gl v0.10.0 Nov 28 08:11:10.826 INFO [stderr] Checking simplelog v0.5.2 Nov 28 08:11:21.661 INFO [stderr] Checking dlib v0.4.1 Nov 28 08:11:21.789 INFO [stderr] Checking num v0.1.42 Nov 28 08:11:21.834 INFO [stderr] Checking image v0.19.0 Nov 28 08:11:23.954 INFO [stderr] Checking wayland-sys v0.20.12 Nov 28 08:11:27.050 INFO [stderr] Checking wayland-commons v0.20.12 Nov 28 08:11:29.823 INFO [stderr] Checking wayland-client v0.20.12 Nov 28 08:11:40.461 INFO [stderr] Checking wayland-protocols v0.20.12 Nov 28 08:11:52.042 INFO [stderr] Checking smithay-client-toolkit v0.3.0 Nov 28 08:11:53.895 INFO [stderr] Checking serde_json v1.0.26 Nov 28 08:11:56.324 INFO [stderr] Checking winit v0.17.2 Nov 28 08:12:02.796 INFO [stderr] Checking gltf-json v0.11.2 Nov 28 08:12:11.024 INFO [stderr] Checking collision v0.18.0 Nov 28 08:12:15.392 INFO [stderr] Checking gltf v0.11.2 Nov 28 08:12:20.768 INFO [stderr] Checking gltf-viewer v0.4.1-alpha.0 (/source) Nov 28 08:12:27.268 INFO [stderr] error[E0659]: `Texture` is ambiguous (glob import vs glob import in the same module) Nov 28 08:12:27.268 INFO [stderr] --> src/render/root.rs:8:26 Nov 28 08:12:27.268 INFO [stderr] | Nov 28 08:12:27.268 INFO [stderr] 8 | use render::{Mesh, Node, Texture, Material}; Nov 28 08:12:27.268 INFO [stderr] | ^^^^^^^ ambiguous name Nov 28 08:12:27.268 INFO [stderr] | Nov 28 08:12:27.268 INFO [stderr] note: `Texture` could refer to the struct imported here Nov 28 08:12:27.268 INFO [stderr] --> src/render/mod.rs:18:9 Nov 28 08:12:27.268 INFO [stderr] | Nov 28 08:12:27.268 INFO [stderr] 18| pub use self::texture::*; Nov 28 08:12:27.268 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 28 08:12:27.269 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Nov 28 08:12:27.269 INFO [stderr] note: `Texture` could also refer to the struct imported here Nov 28 08:12:27.269 INFO [stderr] --> src/render/mod.rs:13:9 Nov 28 08:12:27.269 INFO [stderr] | Nov 28 08:12:27.269 INFO [stderr] 13| pub use self::primitive::*; Nov 28 08:12:27.269 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 28 08:12:27.269 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Nov 28 08:12:27.269 INFO [stderr] Nov 28 08:12:27.269 INFO [stderr] error[E0659]: `Texture` is ambiguous (glob import vs glob import in the same module) Nov 28 08:12:27.269 INFO [stderr] --> src/render/material.rs:7:21 Nov 28 08:12:27.269 INFO [stderr] | Nov 28 08:12:27.269 INFO [stderr] 7 | use render::{ Root, Texture }; Nov 28 08:12:27.269 INFO [stderr] | ^^^^^^^ ambiguous name Nov 28 08:12:27.269 INFO [stderr] | Nov 28 08:12:27.269 INFO [stderr] note: `Texture` could refer to the struct imported here Nov 28 08:12:27.269 INFO [stderr] --> src/render/mod.rs:18:9 Nov 28 08:12:27.269 INFO [stderr] | Nov 28 08:12:27.269 INFO [stderr] 18| pub use self::texture::*; Nov 28 08:12:27.269 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 28 08:12:27.269 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Nov 28 08:12:27.269 INFO [stderr] note: `Texture` could also refer to the struct imported here Nov 28 08:12:27.269 INFO [stderr] --> src/render/mod.rs:13:9 Nov 28 08:12:27.269 INFO [stderr] | Nov 28 08:12:27.269 INFO [stderr] 13| pub use self::primitive::*; Nov 28 08:12:27.269 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 28 08:12:27.269 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Nov 28 08:12:27.269 INFO [stderr] Nov 28 08:12:27.725 INFO [stderr] error[E0659]: `Texture` is ambiguous (glob import vs glob import in the same module) Nov 28 08:12:27.725 INFO [stderr] --> src/render/root.rs:8:26 Nov 28 08:12:27.725 INFO [stderr] | Nov 28 08:12:27.726 INFO [stderr] 8 | use render::{Mesh, Node, Texture, Material}; Nov 28 08:12:27.726 INFO [stderr] | ^^^^^^^ ambiguous name Nov 28 08:12:27.726 INFO [stderr] | Nov 28 08:12:27.727 INFO [stderr] note: `Texture` could refer to the struct imported here Nov 28 08:12:27.727 INFO [stderr] --> src/render/mod.rs:18:9 Nov 28 08:12:27.727 INFO [stderr] | Nov 28 08:12:27.727 INFO [stderr] 18| pub use self::texture::*; Nov 28 08:12:27.728 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 28 08:12:27.728 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Nov 28 08:12:27.728 INFO [stderr] note: `Texture` could also refer to the struct imported here Nov 28 08:12:27.728 INFO [stderr] --> src/render/mod.rs:13:9 Nov 28 08:12:27.729 INFO [stderr] | Nov 28 08:12:27.729 INFO [stderr] 13| pub use self::primitive::*; Nov 28 08:12:27.729 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 28 08:12:27.729 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Nov 28 08:12:27.730 INFO [stderr] Nov 28 08:12:27.730 INFO [stderr] error[E0659]: `Texture` is ambiguous (glob import vs glob import in the same module) Nov 28 08:12:27.730 INFO [stderr] --> src/render/material.rs:7:21 Nov 28 08:12:27.730 INFO [stderr] | Nov 28 08:12:27.731 INFO [stderr] 7 | use render::{ Root, Texture }; Nov 28 08:12:27.731 INFO [stderr] | ^^^^^^^ ambiguous name Nov 28 08:12:27.731 INFO [stderr] | Nov 28 08:12:27.732 INFO [stderr] note: `Texture` could refer to the struct imported here Nov 28 08:12:27.732 INFO [stderr] --> src/render/mod.rs:18:9 Nov 28 08:12:27.732 INFO [stderr] | Nov 28 08:12:27.732 INFO [stderr] 18| pub use self::texture::*; Nov 28 08:12:27.733 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 28 08:12:27.741 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Nov 28 08:12:27.741 INFO [stderr] note: `Texture` could also refer to the struct imported here Nov 28 08:12:27.741 INFO [stderr] --> src/render/mod.rs:13:9 Nov 28 08:12:27.741 INFO [stderr] | Nov 28 08:12:27.742 INFO [stderr] 13| pub use self::primitive::*; Nov 28 08:12:27.742 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 28 08:12:27.742 INFO [stderr] = help: consider adding an explicit import of `Texture` to disambiguate Nov 28 08:12:27.743 INFO [stderr] Nov 28 08:12:28.592 INFO [stderr] error: aborting due to 2 previous errors Nov 28 08:12:28.592 INFO [stderr] Nov 28 08:12:28.592 INFO [stderr] For more information about this error, try `rustc --explain E0659`. Nov 28 08:12:28.616 INFO [stderr] error: Could not compile `gltf-viewer`. Nov 28 08:12:28.616 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 08:12:28.940 INFO [stderr] error: aborting due to 2 previous errors Nov 28 08:12:28.940 INFO [stderr] Nov 28 08:12:28.940 INFO [stderr] For more information about this error, try `rustc --explain E0659`. Nov 28 08:12:28.968 INFO [stderr] error: Could not compile `gltf-viewer`. Nov 28 08:12:28.968 INFO [stderr] Nov 28 08:12:28.968 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 08:12:28.973 INFO [stderr] su: No module specific data is present Nov 28 08:12:30.034 INFO running `"docker" "inspect" "d98d6210e57fed966ca5e569443b5f0baf6658b2711abe6d006f20bd55e1f1b8"` Nov 28 08:12:30.358 INFO running `"docker" "rm" "-f" "d98d6210e57fed966ca5e569443b5f0baf6658b2711abe6d006f20bd55e1f1b8"` Nov 28 08:12:30.704 INFO [stdout] d98d6210e57fed966ca5e569443b5f0baf6658b2711abe6d006f20bd55e1f1b8