Advertisement
Guest User

Untitled

a guest
Sep 21st, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 43.03 KB | None | 0 0
  1. [zakgeki@OldPC piston-hello_world]$ cargo build --target x86_64-unknown-linux-musl --verbose
  2.        Fresh autocfg v1.0.1
  3.        Fresh lazy_static v1.4.0
  4.        Fresh cfg-if v0.1.10
  5.        Fresh scopeguard v1.1.0
  6.        Fresh unicode-xid v0.1.0
  7.        Fresh semver-parser v0.7.0
  8.        Fresh piston-float v1.0.0
  9.        Fresh unicode-xid v0.2.1
  10.        Fresh void v1.0.2
  11.        Fresh pkg-config v0.3.18
  12.        Fresh adler32 v1.2.0
  13.        Fresh downcast-rs v1.2.0
  14.        Fresh piston-graphics_api_version v1.0.0
  15.        Fresh same-file v1.0.6
  16.        Fresh either v1.6.1
  17.        Fresh cc v1.0.60
  18.        Fresh xml-rs v0.8.3
  19.        Fresh lzw v0.10.0
  20.        Fresh xdg v2.2.0
  21.        Fresh color_quant v1.0.1
  22.        Fresh scoped_threadpool v0.1.9
  23.        Fresh bytemuck v1.4.1
  24.        Fresh piston-texture v0.8.0
  25.        Fresh percent-encoding v2.1.0
  26.        Fresh read_color v1.0.0
  27.        Fresh interpolation v0.2.0
  28.        Fresh fnv v1.0.7
  29.        Fresh piston-shaders_graphics2d v0.3.1
  30.        Fresh find_folder v0.3.0
  31.        Fresh lock_api v0.3.4
  32.        Fresh semver v0.9.0
  33.        Fresh piston-viewport v1.0.0
  34.        Fresh vecmath v1.0.0
  35.        Fresh miniz_oxide v0.3.7
  36.        Fresh shader_version v0.7.0
  37.        Fresh walkdir v2.3.1
  38.        Fresh gif v0.10.3
  39.        Fresh libc v0.2.77
  40.        Fresh bitflags v1.2.1
  41.        Fresh log v0.4.11
  42.        Fresh khronos_api v3.1.0
  43.        Fresh maybe-uninit v2.0.0
  44.        Fresh byteorder v1.3.4
  45.        Fresh proc-macro2 v0.4.30
  46.        Fresh libloading v0.6.3
  47.        Fresh rustc_version v0.2.3
  48.        Fresh proc-macro2 v1.0.21
  49.        Fresh serde v1.0.116
  50.        Fresh crc32fast v1.2.0
  51.        Fresh num-traits v0.2.12
  52.        Fresh crossbeam-utils v0.7.2
  53.        Fresh memoffset v0.5.5
  54.        Fresh nix v0.14.1
  55.        Fresh num_cpus v1.13.0
  56.        Fresh draw_state v0.8.0
  57.        Fresh memmap v0.7.0
  58.        Fresh shared_library v0.1.9
  59.        Fresh raw-window-handle v0.3.3
  60.        Fresh gl_generator v0.14.0
  61.        Fresh stb_truetype v0.3.1
  62.        Fresh smallvec v0.6.13
  63.        Fresh gl_generator v0.10.0
  64.        Fresh deflate v0.8.6
  65.        Fresh tiff v0.5.0
  66.        Fresh quote v0.6.13
  67.        Fresh dlib v0.4.2
  68.        Fresh quote v1.0.7
  69.        Fresh x11-dl v2.18.5
  70.        Fresh libloading v0.5.2
  71.        Fresh ordered-float v1.1.0
  72.        Fresh approx v0.3.2
  73.        Fresh crossbeam-epoch v0.8.2
  74.        Fresh crossbeam-channel v0.4.4
  75.        Fresh num-integer v0.1.43
  76.        Fresh line_drawing v0.7.0
  77.        Fresh gfx_core v0.9.2
  78.        Fresh osmesa-sys v0.1.2
  79.        Fresh png v0.16.7
  80.        Fresh wayland-scanner v0.21.13
  81.        Fresh wayland-sys v0.21.13
  82.        Fresh syn v1.0.41
  83.        Fresh rusttype v0.8.3
  84.        Fresh crossbeam-deque v0.7.3
  85.        Fresh num-rational v0.3.0
  86.        Fresh num-iter v0.1.41
  87.        Fresh gfx v0.18.2
  88.        Fresh wayland-commons v0.21.13
  89.        Fresh serde_derive v1.0.116
  90.        Fresh parking_lot_core v0.6.2
  91.        Fresh rayon-core v1.8.1
  92.        Fresh rusttype v0.7.9
  93.        Fresh piston2d-graphics v0.37.0
  94.        Fresh glutin_glx_sys v0.1.7
  95.        Fresh glutin_egl_sys v0.1.5
  96.        Fresh gl v0.11.0
  97.        Fresh gfx_gl v0.6.1
  98.        Fresh pistoncore-input v1.0.0
  99.        Fresh parking_lot v0.9.0
  100.        Fresh andrew v0.2.1
  101.        Fresh rayon v1.4.0
  102.        Fresh wayland-client v0.21.13
  103.        Fresh gfx_device_gl v0.16.2
  104.        Fresh pistoncore-window v0.47.0
  105.        Fresh wayland-protocols v0.21.13
  106.        Fresh jpeg-decoder v0.1.20
  107.        Fresh smithay-client-toolkit v0.4.6
  108.        Fresh pistoncore-event_loop v0.52.0
  109.        Fresh image v0.23.9
  110.        Fresh winit v0.19.5
  111.        Fresh piston-gfx_texture v0.41.0
  112.        Fresh piston v0.52.0
  113.        Fresh glutin v0.21.2
  114.        Fresh piston2d-gfx_graphics v0.70.0
  115.        Fresh pistoncore-glutin_window v0.66.0
  116.        Fresh piston_window v0.112.0
  117.    Compiling piston-hello_world v0.1.0 (/home/zakgeki/Documents/GitHub/piston-hello_world)
  118.      Running `rustc --crate-name hello_world --edition=2018 src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=5119bdb9889e52e2 -C extra-filename=-5119bdb9889e52e2 --out-dir /home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps --target x86_64-unknown-linux-musl -C incremental=/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/incremental -L dependency=/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps -L dependency=/home/zakgeki/Documents/GitHub/piston-hello_world/target/debug/deps --extern find_folder=/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libfind_folder-4e947d340d792179.rlib --extern piston_window=/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libpiston_window-eba21a98650234f2.rlib -L native=/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/build/libloading-4b3b0c576f25fce9/out`
  119. error: linking with `cc` failed: exit code: 1
  120.   |
  121.   = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-Wl,--eh-frame-hdr" "-m64" "-nostdlib" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/crt1.o" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/crti.o" "-L" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.14bjyy9bszpu4e4s.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.15f3ubtw8xqum10t.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.16vcybukjdgx1bd.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.17c77x1vjtwt0vfw.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.17u53kw938jhmtwh.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.180pilmx1rrwfknr.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.18o0utr8ycw98ayo.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1a7lhaxrfqh95qit.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1acd6guo5auiem2w.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1ch06w91mocats6a.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1dej6i7p0yp15vt9.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1dsze6uo0y5kgpdo.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1dxby8uvifd44b3d.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1dyzvztbklvqqtpr.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1icx96nfrwvoc6a4.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1keybnp8sgwi1x9q.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1lb2f9mfleui2mqu.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1mj2h7k1gbc8anml.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1nvdr4y8wa4aaxqr.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1o03us3o19kxfrec.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1s1zokx3xj3eq72t.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.207dh0tyo7ot8j2w.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2327k9q5xz6gndke.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.234zq20i1qchc80g.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.23uxdsuet6x3xexc.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.263e6piq8atlg9jd.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.27b759ug3sl476io.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.28rcfys64phypf3j.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.28v0hl1qa6jtsp8l.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2b9oc5leu5dba4sp.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2bidx4v1bg4vubi3.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2cmtttt0hdw3w756.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2cskaxt9q01k15pj.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2f96mm4ut6wxxwqw.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2hj3nyplfp703ai3.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2jdl268htwzzg1sq.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2jqszngcq9jwqb9l.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2kpz7sycv7s1h086.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2navyarcq67ogo8.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2rpr2k1m158gozud.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2s4hehodlztph9v.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2taeao6vztuj81x4.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2x6ydfj1ytbpesmn.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.2yvb8oodao24hb5q.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.30a3ntdv4p4stagd.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.31ede1wfxfb8g1tx.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.31jmu2n10wbexff4.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.31sh3cexb65m9eeb.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.333dql97igih6qim.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.35eavtul733cei1m.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.365yrbhp4c1ildso.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.36fffijebard9s03.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.37apc2g3fecwio0n.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.37otpbd73x4jskqx.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.38vbp153yu4ewuhb.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.398f52192u60ucyb.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.39ala3f6j5mvl7kg.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.39zctgehely7yctw.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.3azl1rgx3sopximx.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.3c74cou43rdpg0ko.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.3c8hhfsqu54in1vw.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.3fianr78gyqu99fd.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.3g5k0djkqqpp2vh7.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.3htrdus9wr4cl5af.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.3iy3mp5al5p1vhtr.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.3jumtvx5pekt70xv.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.3jzwr7i5grmmb635.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.3l2gbul8m5tfxjj3.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.3mjb7pyfcq0llrm6.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.3tjnstjx0iktm18e.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.3xr2gzu9y43pdshq.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.3xxcehml73z8kp9y.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.40r5fbbbyb84pk3q.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.40ro73rivbbc39av.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4118hus5jn1f51kp.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.417tcp3aru83igp2.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4191y2trre6kjlrr.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.41g497kf9ni0lifw.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.42i5x7zp3oevpk0m.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.42r0wasdvgjc4gp0.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.43o316c8fff0k9lp.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.43u6o95s7vz1wi1o.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.45ovj4sfm3rv9k3n.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.45xycyyx1qhkqkkd.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.46vtms96hbjv6nfa.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.48b0q3p2cquahfqj.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.49x16alq7nzixzha.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4bk0m2i6nnagaffm.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4eeoh7afrvfdp14l.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4faew63kcl3q0a6m.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4fx4893dtsgl39ut.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4ggvm2km0jz5z5uc.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4gkdrpz9iyqoaayr.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4ihwvokniiwsct28.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4kf861uz6ojdtzbc.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4lkspvudcadlwmx.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4m2vaqky9yawqf4t.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4mobxn43q8m2b0do.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4om0yt1weyp6n418.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4qq2x0wq3yj72rws.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4qvvejd8suvq46zg.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4sydfhvmkszewumv.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4t3x0iv83vk14jcr.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.4w9y8u01zbuhi5qr.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.51pmbuslwgdqg4gb.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.52ldtbnxik8a9ryf.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.53xu5w81cm64vm8h.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.54zcn0g855ocwmag.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.55cu27h7d5y7vwk.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.598wgj2o86rfixv2.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.5ajmzt6zsubmoauy.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.5ckb55cn9g02bd10.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.5ew5hu5yxcuxrtgt.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.5ffxm9yivy5332o2.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.5fs3t67jc6xddl9m.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.6uy1qizqr4x6f9q.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.6ylozwzgkybi3cg.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.7uyu1wjcagedve9.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.9f1uk3l7x0sa2dl.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.asi6zs09mdsda7g.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.dyqh3y14dnz47kg.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.dzhxfaivy40b9dc.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.eg5657j3lhn3ohv.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.fljlr4ksmsc8moa.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.hcdhut12f9a9184.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.iwuukamadm6w04o.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.k70rplno3if9ygl.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.lrp96v22zebayez.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.nv8gfzdhvtm4sad.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.olng9amlu18aw4e.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.oykyj31e7hx9gqb.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.rj9ztizjj8v8oin.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.vgoc8h3ngz3ybmw.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.vr5mezddeibnnmv.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.vwkaf4y5w9hc03c.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.w6jsflm0w00gq95.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.x9d64yoqw2ur6w8.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.yigj8gu7nxdck20.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.yj0l4zqc97j4546.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.yllk111lcq1zs2a.rcgu.o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.ym6lifo6h31q2z0.rcgu.o" "-o" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/hello_world-5119bdb9889e52e2.1pgk1sqaisb3gha.rcgu.o" "-Wl,--gc-sections" "-no-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps" "-L" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/debug/deps" "-L" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/build/libloading-4b3b0c576f25fce9/out" "-L" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib" "-Wl,-Bstatic" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libfind_folder-4e947d340d792179.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libpiston_window-eba21a98650234f2.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libglutin_window-69fd5621dfb8cd06.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libgl-1fd6074c8f5082b2.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libglutin-5bf7b598ac36920e.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libosmesa_sys-d8be7b1ca0a7edb6.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libshared_library-c05dd862c100967f.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/liblibloading-f686a0225683bd66.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libwinit-2c1dd330d4e2f179.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libraw_window_handle-bc81dae7b388cbb4.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libsmithay_client_toolkit-075c8e18b6b91915.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libwayland_protocols-91fd896f2619f79b.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libwayland_client-05d66f73a14bf2e1.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libwayland_commons-71cf9b722bfbe698.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libwayland_sys-2dd304f088aec30a.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libnix-dfaec2273f86d7b6.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libvoid-d8de417ffc7f3db2.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libmemmap-d4d64909bcb6b127.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libandrew-2097b7a4914bcc1b.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libxml-8d7fdbba9913c63e.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libxdg-f00f577b8713fabb.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libwalkdir-2000bd7456ae3e81.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libsame_file-fc5eff87128ce05a.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/librusttype-c88d9db22e7ec7e2.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libline_drawing-8a6e9e6195f26795.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libdlib-d668257fbf91fcd4.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/liblibloading-36d261edad151013.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libpercent_encoding-c389e0d6ae0b2d1f.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libparking_lot-7a697e859c846bf4.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libparking_lot_core-71a0a6f6de17d2b6.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libsmallvec-a379a8554358e665.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/liblock_api-ec70673c80286add.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libglutin_glx_sys-42b4e3ad91caef1a.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libx11_dl-5c60c51d844c6d1f.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libglutin_egl_sys-d6db60de8a910ea0.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libpiston-f2a2177c6faeece7.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libevent_loop-54b3ad94e084b5ab.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libwindow-e06aeb86001e3b97.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libinput-31082a07b70ab8d3.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libserde-75d9ec04af71694a.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libgfx_graphics-ca36cf035e5efd8e.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libshader_version-b6f3b6d318d2ad4c.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libgraphics_api_version-d05815e1fe9eb5ce.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libshaders_graphics2d-c0d5c9f44a6b18b5.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libgraphics-75e1e4fd3a749e1c.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libfnv-6984178c4452e8e2.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/librusttype-a7ec0b757d0fee74.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libstb_truetype-51747185c19bbb03.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libordered_float-5e277b43f6117ab7.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libapprox-0c4cffd5d6e1c417.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libviewport-c954675ae7294d49.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libinterpolation-e54cf8e49159cea4.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libread_color-d67461cbccdc8e6c.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libvecmath-ef76ad28216a1f30.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libfloat-155511c9df47ce60.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libgfx_texture-d78ecb2028aa5bea.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libimage-d6f9c4d4cd63371e.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libbytemuck-7a05af8841e3a60f.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libpng-90ebe71df0dc2f75.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libcrc32fast-b7e3b56636fce475.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libdeflate-464fbd59a868a3a1.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libnum_iter-303909d36e95ec54.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libjpeg_decoder-8ced955346e32508.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/librayon-e315d0b07b8ad059.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/librayon_core-89932ac522e36b0a.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libnum_cpus-ac264f38190ee278.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/liblibc-f3e851cb902b50f1.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libcrossbeam_deque-cc9ab5812b70d09d.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libcrossbeam_epoch-80e3e3282be66523.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libscopeguard-52839da05bfb642f.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libmemoffset-4daf9c68a01fae1a.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libcrossbeam_channel-b5d8cb54a7e679ab.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libmaybe_uninit-8da9a569922560b2.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libcrossbeam_utils-5011b679589cc3c2.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/liblazy_static-87b1eef29eb351e6.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libeither-31c574d187bca3ea.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libscoped_threadpool-e0fd872a06dcd614.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libnum_rational-21834396415e9a8b.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libnum_integer-3a784fdfadeeeb8e.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libgif-976ed21a0089470f.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libcolor_quant-7ad67865cd6cebfe.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libnum_traits-2038dd5aeec0779d.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libtiff-420fd5f4845656cc.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libminiz_oxide-95555b1ccee18757.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libadler32-3465bd379be4c488.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/liblzw-b463b73a1fe0294e.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libbyteorder-0d31952a72a2aceb.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libtexture-24d4db5d51d174aa.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libgfx_device_gl-060c298b9572947e.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libgfx_gl-f9ae43dfe02516a2.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libgfx-91cebc9634d5595d.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libgfx_core-dde6298cca1a46f5.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libdraw_state-6943740a6bf044b7.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libbitflags-7904d83d8efb4c0a.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/liblog-a6e843e280ae876f.rlib" "/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libcfg_if-e6d303a18a5e25c2.rlib" "-Wl,--start-group" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/libstd-0a9bb27579365ac7.rlib" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/libpanic_unwind-560d6e79ee7389e4.rlib" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/libhashbrown-7059673d30192e2a.rlib" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/librustc_std_workspace_alloc-f432ec1974ef8c0f.rlib" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/libbacktrace-580a31513f18b49c.rlib" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/libbacktrace_sys-5db92ab2a753fc9c.rlib" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/librustc_demangle-88a0cc97ee6f27fd.rlib" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/libunwind-3f0a2a3eea1ee2da.rlib" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/libcfg_if-2c515e3e0108a9ff.rlib" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/liblibc-c396fff63453810a.rlib" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/liballoc-2fd0225b8e699409.rlib" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/librustc_std_workspace_core-d2dccecd4e685508.rlib" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/libcore-09879489fa118aeb.rlib" "-Wl,--end-group" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/libcompiler_builtins-d4b6907ceec10596.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-ldl" "-ldl" "-static" "/home/zakgeki/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/crtn.o"
  122.   = note: /usr/bin/ld: attempted static link of dynamic object `/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib/libdl.so'
  123.          /usr/bin/ld: attempted static link of dynamic object `/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib/libdl.so'
  124.           /usr/bin/ld: attempted static link of dynamic object `/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib/libdl.so'
  125.          /usr/bin/ld: attempted static link of dynamic object `/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib/libdl.so'
  126.           collect2: error: ld returned 1 exit status
  127.  
  128.  
  129. error: aborting due to previous error
  130.  
  131. error: could not compile `piston-hello_world`.
  132.  
  133. Caused by:
  134.   process didn't exit successfully: `rustc --crate-name hello_world --edition=2018 src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=5119bdb9889e52e2 -C extra-filename=-5119bdb9889e52e2 --out-dir /home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps --target x86_64-unknown-linux-musl -C incremental=/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/incremental -L dependency=/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps -L dependency=/home/zakgeki/Documents/GitHub/piston-hello_world/target/debug/deps --extern find_folder=/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libfind_folder-4e947d340d792179.rlib --extern piston_window=/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/deps/libpiston_window-eba21a98650234f2.rlib -L native=/home/zakgeki/Documents/GitHub/piston-hello_world/target/x86_64-unknown-linux-musl/debug/build/libloading-4b3b0c576f25fce9/out` (exit code: 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement