Skip to content

Instantly share code, notes, and snippets.

@rickycodes
Created April 13, 2020 04:14
Show Gist options
  • Save rickycodes/e67c22e6ba575a64dc039ab41b07627a to your computer and use it in GitHub Desktop.
Save rickycodes/e67c22e6ba575a64dc039ab41b07627a to your computer and use it in GitHub Desktop.
$ sudo docker exec -it rr cargo build --verbose --target=armv7-unknown-linux-gnueabihf
Fresh autocfg v1.0.0
Fresh cfg-if v0.1.10
Fresh lazy_static v1.4.0
Fresh futures v0.1.29
Fresh semver-parser v0.7.0
Fresh slab v0.4.2
Fresh scopeguard v1.1.0
Fresh fnv v1.0.6
Fresh cc v1.0.50
Fresh pkg-config v0.3.17
Fresh winapi-build v0.1.1
Fresh version_check v0.9.1
Fresh scoped-tls v0.1.2
Fresh foreign-types-shared v0.1.1
Fresh nodrop v0.1.14
Fresh bitflags v0.9.1
Fresh winapi v0.2.8
Fresh percent-encoding v1.0.1
Fresh try-lock v0.1.0
Fresh smallvec v1.3.0
Fresh smallvec v0.2.1
Fresh matches v0.1.8
Fresh safemem v0.3.3
Fresh slab v0.3.0
Fresh lazy_static v0.2.11
Fresh take v0.1.0
Fresh unicode-width v0.1.7
Fresh regex-syntax v0.6.17
Fresh constant_time_eq v0.1.5
Fresh language-tags v0.2.2
Fresh byte-tools v0.2.0
Fresh mime v0.3.16
Fresh arrayref v0.3.6
Fresh same-file v1.0.6
Fresh regex-syntax v0.3.9
Fresh fake-simd v0.1.2
Fresh lazycell v1.2.1
Fresh ucd-util v0.1.8
Fresh utf8-ranges v0.1.3
Fresh rustc-serialize v0.3.24
Fresh ansi_term v0.11.0
Fresh utf8-ranges v1.0.4
Fresh vec_map v0.8.1
Fresh strsim v0.8.0
Fresh semver v0.9.0
Fresh lock_api v0.3.4
Fresh tokio-service v0.1.0
Fresh relay v0.1.1
Fresh thread_local v0.3.6
Fresh tokio-sync v0.1.8
Fresh foreign-types v0.3.2
Fresh unicode-bidi v0.3.4
Fresh unicode-normalization v0.1.12
Fresh block-buffer v0.3.3
Fresh regex v1.3.6
Fresh textwrap v0.11.0
Fresh walkdir v2.3.1
Fresh regex-syntax v0.5.6
Fresh libc v0.2.68
Fresh log v0.4.8
Fresh maybe-uninit v2.0.0
Fresh rustc_version v0.2.3
Fresh byteorder v1.3.4
Fresh typenum v1.11.2
Fresh bitflags v1.2.1
Fresh httparse v1.3.4
Fresh memchr v2.3.3
Fresh idna v0.1.5
Fresh iovec v0.1.4
Fresh crossbeam-utils v0.7.2
Fresh net2 v0.2.33
Fresh num_cpus v1.12.0
Fresh smallvec v0.6.13
Fresh memoffset v0.5.4
Fresh rand v0.4.6
Fresh log v0.3.9
Fresh time v0.1.42
Fresh base64 v0.9.3
Fresh want v0.0.4
Fresh memchr v0.1.11
Fresh termios v0.3.2
Fresh inotify-sys v0.1.3
Fresh clicolors-control v1.0.1
Fresh filetime v0.2.9
Fresh atty v0.2.14
Fresh generic-array v0.8.3
Fresh openssl-sys v0.9.55
Fresh kernel32-sys v0.2.2
Fresh num-traits v0.2.11
Fresh unicase v2.6.0
Fresh url v1.7.2
Fresh aho-corasick v0.6.10
Fresh tokio-executor v0.1.10
Fresh mio v0.6.21
Fresh bytes v0.4.12
Fresh crossbeam-epoch v0.8.2
Fresh crossbeam-queue v0.2.1
Fresh rand v0.3.23
Fresh futures-cpupool v0.1.8
Fresh openssl v0.9.24
Fresh digest v0.6.2
Fresh crypto-mac v0.4.0
Fresh aho-corasick v0.5.3
Fresh console v0.10.0
Fresh inotify v0.7.0
Fresh clap v2.33.0
Fresh tokio-io v0.1.13
Fresh parking_lot_core v0.6.2
Fresh crossbeam-deque v0.7.3
Fresh tokio-current-thread v0.1.7
Fresh tokio-timer v0.2.13
Fresh thread-id v2.0.0
Fresh num-integer v0.1.42
Fresh regex v0.2.11
Fresh mio-uds v0.6.7
Fresh native-tls v0.1.5
Fresh mio-extras v2.0.6
Fresh tempfile v2.2.0
Fresh hmac v0.4.2
Fresh sha-1 v0.4.1
Fresh parking_lot v0.9.0
Fresh tokio-codec v0.1.2
Fresh tokio-threadpool v0.1.18
Fresh thread_local v0.2.7
Fresh chrono v0.4.11
Fresh notify v4.0.15
Fresh tokio-reactor v0.1.12
Fresh tokio-fs v0.1.7
Fresh regex v0.1.80
Fresh tokio-udp v0.1.6
Fresh tokio-uds v0.2.6
Fresh tokio-tcp v0.1.4
Fresh tokio v0.1.22
Fresh tokio-core v0.1.17
Fresh dialoguer v0.1.0
Fresh tokio-proto v0.1.1
Fresh tokio-tls v0.1.4
Fresh hyper v0.11.27
Fresh hyper-tls v0.1.4
Fresh egg-mode v0.12.0
Compiling retrorecord v0.1.0 (/home/retrorecord)
Running `rustc --crate-name retrorecord src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=fe3d82a50d752aaa -C extra-filename=-fe3d82a50d752aaa --out-dir /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps --target armv7-unknown-linux-gnueabihf -C incremental=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/incremental -L dependency=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps -L dependency=/home/retrorecord/target/debug/deps --extern clap=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libclap-4edd627ca98d47ff.rlib --extern dialoguer=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libdialoguer-5c8591e88c0217bf.rlib --extern egg_mode=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libegg_mode-8a1249a7732f9749.rlib --extern mime=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libmime-196b7de28ed81985.rlib --extern notify=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libnotify-67d51530409ff887.rlib --extern rand=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/librand-bf17483ef4b9d58e.rlib --extern regex=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libregex-4d9315ff36379379.rlib --extern tokio_core=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_core-58635e2198bec81e.rlib -L native=/tmp/openssl-1.1.0l`
error: linking with `cc` failed: exit code: 1
|
= note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-L" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.12aes1uts93vgyb9.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.12tzf0l5ovyoqj54.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.164xtplxtl1crjg5.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.17tylbyrs8jcb20s.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.19ggqxdfu3nrf3a9.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1esmp3v91pkdx5ho.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1f4qwrxq4stzbfi2.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1fphrl61fd4pqryf.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1hc5h9ntivjplqul.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1hvx2ikdd888ucxl.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1i8s4z6qfpg46r3t.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1iah33p20x562327.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1j9kpfh9riyzd1bk.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1kirke9h115ynfzo.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1ma5w0l7crnmtwu2.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1n2c4k1r2dev1hb.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1svvzqr9ndhgx3je.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1uiurj7iai361gqv.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1xncy063z5w5t36u.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.1zmgocnm6aqm4ttl.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.20cvwd6cr2v2q324.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2153fj2t6mh5e3c4.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.246gqkf3f2bnj0hm.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.298e62y0lkwrl5vr.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2cw1o1purf0dples.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2dsos1i0397v4oiv.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2gz5kn8hoxzxgmj5.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2j1fslkiyvm2cgry.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2o9q3odxzagkt1uc.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2oaj4x7cmpj7xg5d.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2qw67bpyq0zhonhb.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2ryxo5pvz1rh44x.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2sy3p8c0gt826xnl.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2tlgl6f9ohwv1lgz.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2vd55z77atzrgg83.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2vkjwq0bug63jcj.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2wwq2esxfbt0m60c.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2ygr09ttqxz4bzuh.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.2z9xf2662veohlnn.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.30s73sbexv3htqig.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.36giam98xhio9q0u.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3a2ed4jjd762cj5x.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3baocbrenszamx3z.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3bmxz4rwwi82eyju.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3c7qgkgdlmouizeh.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3d20mio2hpub0ih6.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3edjsny41956zbui.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3jg7luxh3929f80s.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3jkv1q3f23ga12ka.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3oczddndxm22av4o.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3r620b3eeitgppd2.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3sm2qyqcql4sjhsv.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3smx15uwkk0p8z0k.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3t5lcnpx6remhbf.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3v20lz9dqz0pjypi.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3weds9b7x9fjk90c.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3whqwzhelz0pc0ca.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.3zu6n81omaxosct7.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.41cs5s6ulfav45y2.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.41tm80x4tlvc1mxb.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.42e21qsb1lh7q1g3.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.42ujqo5hmqyf8kb3.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.43x7yb59mv75wemi.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.44a93px1hjmnq77d.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.475hvqgow8td0idt.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.4b5yzvs8vgivgzkc.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.4dlagoenqaos2h10.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.4erfq8rh7cu9x760.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.4fj4cc3o1eaowm9d.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.4jtbktp9taxib726.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.4qeoxod69t8xx7j2.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.511mrdb0w0guyr94.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.52055mn0mosu9wr8.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.520ai4ub3c82sfzn.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.54uo0d7uq32tjvli.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.54x04pj8koigfc7y.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.561dzw87krfle8fq.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.5g5i9kbpya0sgxu.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.5hx53jdgzwc1sj1.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.bm458d6ml34uc8r.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.i2x9ksd5bsphr9.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.i3zzbtb2kbrncn0.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.imf59nm1rpp2cho.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.iq1nobo8fbjlma6.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.kqeb5mi9k8d1zeg.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.n336hf1lmime1jt.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.rhve59l0jqeeobc.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.s3ee4f3sia16s8r.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.u4smd5nexoh2vqe.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.vhid3uwgi4d977w.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.x225l7dtl88az9c.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.zocifgbvnmmbksd.rcgu.o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.zpukwbxae9ea946.rcgu.o" "-o" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.qoykowxul7h4jxy.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps" "-L" "/home/retrorecord/target/debug/deps" "-L" "/tmp/openssl-1.1.0l" "-L" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib" "-Wl,-Bstatic" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libclap-4edd627ca98d47ff.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libvec_map-4dabbc212671e0c6.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtextwrap-d96c33915ab19431.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libstrsim-ad4db200be869246.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libatty-921995330e80784c.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libansi_term-ce41919c990a5c63.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libregex-4d9315ff36379379.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libutf8_ranges-f50e66c5dffc41a0.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libregex_syntax-742f1d0de5ce7d16.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libucd_util-9cea24fc7c5c2634.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libthread_local-85c34fc42303e53e.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libaho_corasick-9b3fbb82c7ddb93f.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libmemchr-2ce95aa86762209d.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libdialoguer-5c8591e88c0217bf.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtempfile-dcb6d96717d45108.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libconsole-f8f3a30da3c7e2f0.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtermios-1f8ea233c94d86dd.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libclicolors_control-fdb44791c06b4754.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libregex-eb7bb28f5263fb7c.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libregex_syntax-6c310c0f508d1a16.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libunicode_width-82c68c285491e22b.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libnotify-67d51530409ff887.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libwalkdir-f9e12ace2f4da2b8.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libsame_file-95f493bc87f21f9c.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libinotify-a86c2577e18168e5.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libinotify_sys-2d562f2fb7842894.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libmio_extras-5df4e0f235b6b6b2.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/liblazycell-60eb82861ee5e753.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libfiletime-9c5a92ad25abfa6d.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libbitflags-e31372bf48a9b747.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libegg_mode-8a1249a7732f9749.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libregex-b9fb69194fd73609.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libutf8_ranges-af81b23543e9feb9.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libregex_syntax-29737a9331bf4264.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libthread_local-118b3e7d8067d17b.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libthread_id-4a0b4853d7cffe71.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libaho_corasick-0d79a01a3ac8e1da.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libmemchr-0d4b086114ff1ff9.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libchrono-bdfae9151deb9045.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libnum_integer-c3ef6ae8feade094.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libnum_traits-6a197553af6b433b.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/librustc_serialize-579edafb14da0d74.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libsha_1-35e915e03bc90b9f.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libfake_simd-2c13f824c67abd65.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libblock_buffer-8f4d90849d161c3b.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libbyte_tools-7822f54795c81206.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libarrayref-1488a314dade57ac.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libhmac-f19c51bc744a6677.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libcrypto_mac-9911a724c2337f80.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libconstant_time_eq-132ad0c14a4e1056.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libdigest-b1ab54d608ec5587.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libgeneric_array-835311197ad95ece.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libnodrop-968d3b18ef98bf6b.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtypenum-af44f77ec72a8cbb.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/liburl-1f336fa75f1df56c.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libidna-2c981476e724fe6d.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libunicode_normalization-5d3f2198c147c505.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libsmallvec-c77f28b96cfa4f05.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libunicode_bidi-2ffcd60105888b28.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libmatches-7ec3f6e9d6791faa.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libhyper_tls-baad52ac0b7fa443.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_tls-aa5708e6f9067c61.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libnative_tls-357a5e42e3ae54da.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libopenssl-026d10b196fd3ced.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libopenssl_sys-ba7ba846f7c5e7d0.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libforeign_types-07a01e232e5790e0.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libforeign_types_shared-9e8e363c218ede42.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libbitflags-bcd209f608c47f3b.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/liblazy_static-8acbd7fdaaf1f863.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libhyper-6f870ecdda0aee96.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libwant-cf63ca66fc139181.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtry_lock-fe671f88d346d017.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libunicase-6922f2e39d951598.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_proto-55b924330a2ef6e2.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/liblog-0df60be463c1c277.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_service-37c4e7dfe180748b.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtake-0827964aa562a0b4.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libsmallvec-d6ead8a5c04d4873.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libslab-26b98485492006cd.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/librand-bf17483ef4b9d58e.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/librand-6e064f705c8280be.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_core-58635e2198bec81e.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libscoped_tls-172e445084a91bd0.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio-6aedb2ae076727fb.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_uds-e5107a40802bcf3d.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libmio_uds-1de3e38b59f93138.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_udp-17f9ed0b9ae52370.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_timer-72d5cea08980e2d3.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_tcp-28aebc664666e468.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_reactor-b6a05cf7c3be1494.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_sync-a2aa18ca6a4ac7ac.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libfnv-8bf00fc71ad6cdb9.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libparking_lot-6281ecb9714b73bb.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libparking_lot_core-63ec5d17a55bff37.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libsmallvec-dc3c3b3f609cd1fe.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/liblock_api-150f71091f70455e.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_fs-a23e0c24dbb1ba51.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_threadpool-5cf3562c1b66f1d8.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libcrossbeam_queue-1031f00fdbf5dfb9.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libcrossbeam_deque-13e53155162bad82.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libcrossbeam_epoch-49844f67b2183ba1.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libscopeguard-51bbc33790ab797e.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libmemoffset-f3a88576175330c3.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libmaybe_uninit-2607b0548ce3e939.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_current_thread-7ba3bb7dd96b9a2d.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_executor-e4d5a93f5a245268.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libcrossbeam_utils-8e6d081198b1ce9a.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/liblazy_static-bc4de9da0175778a.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_codec-a7e94b3858c8c4ae.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_io-36604e04d9a24882.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libmio-e88f5d906cc51081.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libslab-3b889e5e6010aae2.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtime-d849ef614b7a700c.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/librelay-8c94d7cc63005e3a.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libpercent_encoding-12eee2c514f79d54.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libnet2-2c54253462c9f997.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libmime-196b7de28ed81985.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/liblog-fa145a66242e188a.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libcfg_if-92f4031f7ec79aaf.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/liblanguage_tags-b87f3d47cc862bd4.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libhttparse-85e17681303e7b14.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libfutures_cpupool-836701fac6171b1a.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libnum_cpus-deb4e6a3bb8d74ba.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libfutures-1060bf0370c8a37d.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libbytes-35e8a6c4703332f9.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libiovec-69222b3910919421.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/liblibc-28a767c3ca83e7ab.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libbase64-4006c65b7260ef00.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libsafemem-ce77d7c3f05b0394.rlib" "/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libbyteorder-7577f807c1d8c7f9.rlib" "-Wl,--start-group" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libstd-e004fa6e715c12f9.rlib" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libpanic_unwind-45e2929cd47f09bc.rlib" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libhashbrown-57a2aabc34b5ffa1.rlib" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/librustc_std_workspace_alloc-27a42ab7493ae4e6.rlib" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libbacktrace-3398eff38e387409.rlib" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libbacktrace_sys-63766f19271d7266.rlib" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/librustc_demangle-9bd251e227de8b6f.rlib" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libunwind-93272abaef5143f6.rlib" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libcfg_if-09032533c10e3a16.rlib" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/liblibc-816407aca7bb4662.rlib" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/liballoc-717e59e828c77fef.rlib" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/librustc_std_workspace_core-5776ff5abba6a0fd.rlib" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libcore-7d22e66a259f5e8f.rlib" "-Wl,--end-group" "/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libcompiler_builtins-6b3dd23b4d3a944f.rlib" "-Wl,-Bdynamic" "-lc" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil"
= note: /usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: Relocations in generic ELF (EM: 40)
/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/retrorecord-fe3d82a50d752aaa.11x8ki8lpfb0h4al.rcgu.o: error adding symbols: File in wrong format
collect2: error: ld returned 1 exit status
error: aborting due to previous error
error: could not compile `retrorecord`.
Caused by:
process didn't exit successfully: `rustc --crate-name retrorecord src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=fe3d82a50d752aaa -C extra-filename=-fe3d82a50d752aaa --out-dir /home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps --target armv7-unknown-linux-gnueabihf -C incremental=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/incremental -L dependency=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps -L dependency=/home/retrorecord/target/debug/deps --extern clap=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libclap-4edd627ca98d47ff.rlib --extern dialoguer=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libdialoguer-5c8591e88c0217bf.rlib --extern egg_mode=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libegg_mode-8a1249a7732f9749.rlib --extern mime=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libmime-196b7de28ed81985.rlib --extern notify=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libnotify-67d51530409ff887.rlib --extern rand=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/librand-bf17483ef4b9d58e.rlib --extern regex=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libregex-4d9315ff36379379.rlib --extern tokio_core=/home/retrorecord/target/armv7-unknown-linux-gnueabihf/debug/deps/libtokio_core-58635e2198bec81e.rlib -L native=/tmp/openssl-1.1.0l` (exit code: 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment