Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. Compiling rusttype v0.7.7
  2. Compiling crossbeam v0.7.2
  3. Compiling crossbeam v0.4.1
  4. Compiling gfx_device_gl v0.16.1
  5. Compiling gfx v0.18.1
  6. error[E0433]: failed to resolve: could not find `format_args` in `core`
  7. --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_gl-0.16.1/src/shade.rs:434:24
  8. |
  9. 434 | name = format!("Target{}", index);
  10. | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `format_args` in `core`
  11. |
  12. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  13.  
  14. error[E0433]: failed to resolve: could not find `format_args` in `core`
  15. --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_gl-0.16.1/src/shade.rs:487:30
  16. |
  17. 487 | let color_name = format!("Target{}\0", i);
  18. | ^^^^^^^^^^^^^^^^^^^^^^^^ could not find `format_args` in `core`
  19. |
  20. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  21.  
  22. error: aborting due to 2 previous errors
  23.  
  24. For more information about this error, try `rustc --explain E0433`.
  25. error: Could not compile `gfx_device_gl`.
  26. warning: build failed, waiting for other jobs to finish...
  27. error: build failed
  28. Compiling gfx_device_gl v0.16.1
  29. Compiling wayland-protocols v0.21.13
  30. error[E0433]: failed to resolve: could not find `format_args` in `core`
  31. --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_gl-0.16.1/src/shade.rs:434:24
  32. |
  33. 434 | name = format!("Target{}", index);
  34. | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `format_args` in `core`
  35. |
  36. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  37.  
  38. error[E0433]: failed to resolve: could not find `format_args` in `core`
  39. --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_gl-0.16.1/src/shade.rs:487:30
  40. |
  41. 487 | let color_name = format!("Target{}\0", i);
  42. | ^^^^^^^^^^^^^^^^^^^^^^^^ could not find `format_args` in `core`
  43. |
  44. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  45.  
  46. error: aborting due to 2 previous errors
  47.  
  48. For more information about this error, try `rustc --explain E0433`.
  49. error: Could not compile `gfx_device_gl`.
  50. warning: build failed, waiting for other jobs to finish...
  51. error: build failed
  52. The command '/bin/sh -c . /root/.cargo/env; cd veloren/voxygen; cargo build; cargo rustc' returned a non-zero code: 101
  53. [ec2-user@ip-172-31-3-101 veloren-docker-ci]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement