Skip to content

{lang}[foss/2016a] Rust v1.8.0#2920

Merged
boegel merged 2 commits intoeasybuilders:developfrom
boegel:20160419201241_new_pr_Rust180
Apr 20, 2016
Merged

{lang}[foss/2016a] Rust v1.8.0#2920
boegel merged 2 commits intoeasybuilders:developfrom
boegel:20160419201241_new_pr_Rust180

Conversation

@boegel
Copy link
Copy Markdown
Member

@boegel boegel commented Apr 19, 2016

(created using eb --new-pr)

@hpcugentbot
Copy link
Copy Markdown

Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7635/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Apr 19, 2016

Test report by @boegel
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in this PR)
node2619.swalot.os - Linux centos linux 7.2.1511, Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz, Python 2.7.5
See https://gist.github.com/eddd15027ddb7c56abfb58f3dc46bffc for a full test report.

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Apr 19, 2016

Test report by @boegel
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in this PR)
node2147.delcatty.os - Linux SL 6.7, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.6.6
See https://gist.github.com/5c0a7e6fede85822f9ef5503c1934f1f for a full test report.

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Apr 19, 2016

@wpoely86 please review?

cc @ehiggs ^_^

@boegel boegel added this to the v2.8.0 milestone Apr 19, 2016
@wpoely86
Copy link
Copy Markdown
Member

👍

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Apr 20, 2016

Hmm, actually using rustc built this way is problematic, even if I hard specify which linker to use...

Any ideas @ehiggs?

$ rustc -C linker=icc hello.rs
error: linking with `icc` failed: exit code: 1
note: "icc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib" "hello.0.o" "-o" "hello" "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "-L" "/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "-Wl,-Bdynamic" "/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db5a760f.rlib" "/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcollections-db5a760f.rlib" "/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_unicode-db5a760f.rlib" "/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-db5a760f.rlib" "/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db5a760f.rlib" "/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib" "/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-db5a760f.rlib" "/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db5a760f.rlib" "-l" "dl" "-l" "pthread" "-l" "gcc_s" "-l" "pthread" "-l" "c" "-l" "m" "-l" "rt" "-l" "compiler-rt"
note: /user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(jemalloc.pic.o): In function `malloc':
jemalloc.c:(.text.malloc+0x5c4): undefined reference to `_intel_fast_memset'
jemalloc.c:(.text.malloc+0x5d9): undefined reference to `_intel_fast_memset'
jemalloc.c:(.text.malloc+0x718): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(jemalloc.pic.o): In function `posix_memalign':
jemalloc.c:(.text.posix_memalign+0x290): undefined reference to `_intel_fast_memset'
jemalloc.c:(.text.posix_memalign+0x439): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(jemalloc.pic.o):jemalloc.c:(.text.posix_memalign+0x448): more undefined references to `_intel_fast_memset' follow
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(jemalloc.pic.o): In function `rallocx':
jemalloc.c:(.text.rallocx+0x51a): undefined reference to `__intel_ssse3_rep_memcpy'
jemalloc.c:(.text.rallocx+0x6b5): undefined reference to `_intel_fast_memset'
jemalloc.c:(.text.rallocx+0xa31): undefined reference to `_intel_fast_memset'
jemalloc.c:(.text.rallocx+0xa66): undefined reference to `_intel_fast_memset'
jemalloc.c:(.text.rallocx+0xd20): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(jemalloc.pic.o): In function `sdallocx':
jemalloc.c:(.text.sdallocx+0x274): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(jemalloc.pic.o):jemalloc.c:(.text.malloc_init_hard+0x291): more undefined references to `_intel_fast_memset' follow
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(jemalloc.pic.o): In function `malloc_conf_init':
jemalloc.c:(.text.malloc_conf_init+0x157): undefined reference to `__intel_sse4_strncmp'
jemalloc.c:(.text.malloc_conf_init+0x179): undefined reference to `__intel_sse4_strncmp'
jemalloc.c:(.text.malloc_conf_init+0x193): undefined reference to `__intel_sse4_strncmp'
jemalloc.c:(.text.malloc_conf_init+0x1b3): undefined reference to `__intel_sse4_strncmp'
jemalloc.c:(.text.malloc_conf_init+0x1cd): undefined reference to `__intel_sse4_strncmp'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(jemalloc.pic.o):jemalloc.c:(.text.malloc_conf_init+0x1f2): more undefined references to `__intel_sse4_strncmp' follow
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(arena.pic.o): In function `je_arena_alloc_junk_small':
arena.c:(.text.je_arena_alloc_junk_small+0x23): undefined reference to `_intel_fast_memset'
arena.c:(.text.je_arena_alloc_junk_small+0x39): undefined reference to `_intel_fast_memset'
arena.c:(.text.je_arena_alloc_junk_small+0x58): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(arena.pic.o): In function `je_arena_dalloc_junk_small':
arena.c:(.text.je_arena_dalloc_junk_small+0x14a): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(arena.pic.o): In function `je_arena_dalloc_large':
arena.c:(.text.je_arena_dalloc_large+0xbb): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(arena.pic.o):arena.c:(.text.je_arena_dalloc_bin_locked+0x4bd): more undefined references to `_intel_fast_memset' follow
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(arena.pic.o): In function `je_arena_tcache_fill_small':
arena.c:(.text.je_arena_tcache_fill_small+0x2fa): undefined reference to `__intel_ssse3_rep_memmove'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(arena.pic.o): In function `je_arena_ralloc':
arena.c:(.text.je_arena_ralloc+0x366): undefined reference to `__intel_ssse3_rep_memcpy'
arena.c:(.text.je_arena_ralloc+0x4c0): undefined reference to `_intel_fast_memset'
arena.c:(.text.je_arena_ralloc+0x506): undefined reference to `_intel_fast_memset'
arena.c:(.text.je_arena_ralloc+0x564): undefined reference to `_intel_fast_memset'
arena.c:(.text.je_arena_ralloc+0x58c): undefined reference to `_intel_fast_memset'
arena.c:(.text.je_arena_ralloc+0x7a7): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(arena.pic.o):arena.c:(.text.je_arena_ralloc+0x7cf): more undefined references to `_intel_fast_memset' follow
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `ctl_lookup':
ctl.c:(.text.ctl_lookup+0x6d): undefined reference to `__intel_sse4_strchr'
ctl.c:(.text.ctl_lookup+0x14a): undefined reference to `__intel_sse4_strlen'
ctl.c:(.text.ctl_lookup+0x15d): undefined reference to `__intel_sse4_strncmp'
ctl.c:(.text.ctl_lookup+0x26d): undefined reference to `__intel_sse4_strchr'
ctl.c:(.text.ctl_lookup+0x337): undefined reference to `__intel_sse4_strend'
ctl.c:(.text.ctl_lookup+0x3a7): undefined reference to `__intel_sse4_strend'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `je_ctl_nametomib':
ctl.c:(.text.je_ctl_nametomib+0xb1): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `ctl_lookup..0':
ctl.c:(.text.ctl_lookup..0+0x6d): undefined reference to `__intel_sse4_strchr'
ctl.c:(.text.ctl_lookup..0+0x137): undefined reference to `__intel_sse4_strlen'
ctl.c:(.text.ctl_lookup..0+0x14a): undefined reference to `__intel_sse4_strncmp'
ctl.c:(.text.ctl_lookup..0+0x23c): undefined reference to `__intel_sse4_strchr'
ctl.c:(.text.ctl_lookup..0+0x2e5): undefined reference to `__intel_sse4_strend'
ctl.c:(.text.ctl_lookup..0+0x355): undefined reference to `__intel_sse4_strend'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `je_ctl_bymib':
ctl.c:(.text.je_ctl_bymib+0x145): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `version_ctl':
ctl.c:(.text.version_ctl+0x52): undefined reference to `__intel_ssse3_rep_memcpy'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `epoch_ctl':
ctl.c:(.text.epoch_ctl+0x7a): undefined reference to `__intel_ssse3_rep_memcpy'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `ctl_refresh':
ctl.c:(.text.ctl_refresh+0x115): undefined reference to `_intel_fast_memset'
ctl.c:(.text.ctl_refresh+0x13c): undefined reference to `_intel_fast_memset'
ctl.c:(.text.ctl_refresh+0x16c): undefined reference to `__intel_ssse3_rep_memcpy'
ctl.c:(.text.ctl_refresh+0x2e6): undefined reference to `_intel_fast_memset'
ctl.c:(.text.ctl_refresh+0x314): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `config_debug_ctl':
ctl.c:(.text.config_debug_ctl+0x43): undefined reference to `__intel_ssse3_rep_memcpy'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `config_fill_ctl':
ctl.c:(.text.config_fill_ctl+0x43): undefined reference to `__intel_ssse3_rep_memcpy'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `config_lazy_lock_ctl':
ctl.c:(.text.config_lazy_lock_ctl+0x43): undefined reference to `__intel_ssse3_rep_memcpy'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `config_munmap_ctl':
ctl.c:(.text.config_munmap_ctl+0x43): undefined reference to `__intel_ssse3_rep_memcpy'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `config_prof_ctl':
ctl.c:(.text.config_prof_ctl+0x43): undefined reference to `__intel_ssse3_rep_memcpy'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o):ctl.c:(.text.config_prof_libgcc_ctl+0x43): more undefined references to `__intel_ssse3_rep_memcpy' follow
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `arenas_extend_ctl':
ctl.c:(.text.arenas_extend_ctl+0x35a): undefined reference to `_intel_fast_memset'
ctl.c:(.text.arenas_extend_ctl+0x387): undefined reference to `__intel_ssse3_rep_memcpy'
ctl.c:(.text.arenas_extend_ctl+0x39c): undefined reference to `__intel_ssse3_rep_memcpy'
ctl.c:(.text.arenas_extend_ctl+0x3ad): undefined reference to `__intel_ssse3_rep_memcpy'
ctl.c:(.text.arenas_extend_ctl+0x3e8): undefined reference to `__intel_ssse3_rep_memcpy'
ctl.c:(.text.arenas_extend_ctl+0x483): undefined reference to `_intel_fast_memset'
ctl.c:(.text.arenas_extend_ctl+0x638): undefined reference to `_intel_fast_memset'
ctl.c:(.text.arenas_extend_ctl+0x652): undefined reference to `_intel_fast_memset'
ctl.c:(.text.arenas_extend_ctl+0x6e7): undefined reference to `_intel_fast_memset'
ctl.c:(.text.arenas_extend_ctl+0x8b4): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o):ctl.c:(.text.arenas_extend_ctl+0x8cb): more undefined references to `_intel_fast_memset' follow
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `arenas_extend_ctl':
ctl.c:(.text.arenas_extend_ctl+0xa84): undefined reference to `__intel_ssse3_rep_memcpy'
ctl.c:(.text.arenas_extend_ctl+0xca8): undefined reference to `_intel_fast_memset'
ctl.c:(.text.arenas_extend_ctl+0xfad): undefined reference to `_intel_fast_memset'
ctl.c:(.text.arenas_extend_ctl+0x10f5): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `stats_cactive_ctl':
ctl.c:(.text.stats_cactive_ctl+0x7d): undefined reference to `__intel_ssse3_rep_memcpy'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `stats_allocated_ctl':
ctl.c:(.text.stats_allocated_ctl+0x7d): undefined reference to `__intel_ssse3_rep_memcpy'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `stats_active_ctl':
ctl.c:(.text.stats_active_ctl+0x7d): undefined reference to `__intel_ssse3_rep_memcpy'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `stats_mapped_ctl':
ctl.c:(.text.stats_mapped_ctl+0x7d): undefined reference to `__intel_ssse3_rep_memcpy'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o): In function `stats_chunks_current_ctl':
ctl.c:(.text.stats_chunks_current_ctl+0x7d): undefined reference to `__intel_ssse3_rep_memcpy'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(ctl.pic.o):ctl.c:(.text.stats_chunks_total_ctl+0x7d): more undefined references to `__intel_ssse3_rep_memcpy' follow
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(huge.pic.o): In function `je_huge_dalloc':
huge.c:(.text.je_huge_dalloc+0x7c): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(huge.pic.o): In function `je_huge_malloc':
huge.c:(.text.je_huge_malloc+0xe6): undefined reference to `_intel_fast_memset'
huge.c:(.text.je_huge_malloc+0xf8): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(huge.pic.o): In function `je_huge_palloc':
huge.c:(.text.je_huge_palloc+0xe0): undefined reference to `_intel_fast_memset'
huge.c:(.text.je_huge_palloc+0xf2): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(huge.pic.o): In function `je_huge_ralloc':
huge.c:(.text.je_huge_ralloc+0x6e3): undefined reference to `__intel_ssse3_rep_memcpy'
huge.c:(.text.je_huge_ralloc+0x7e9): undefined reference to `_intel_fast_memset'
huge.c:(.text.je_huge_ralloc+0x80d): undefined reference to `_intel_fast_memset'
huge.c:(.text.je_huge_ralloc+0x826): undefined reference to `_intel_fast_memset'
huge.c:(.text.je_huge_ralloc+0x84a): undefined reference to `_intel_fast_memset'
huge.c:(.text.je_huge_ralloc+0x863): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(huge.pic.o):huge.c:(.text.je_huge_ralloc+0x883): more undefined references to `_intel_fast_memset' follow
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(quarantine.pic.o): In function `je_quarantine':
quarantine.c:(.text.je_quarantine+0x35a): undefined reference to `__intel_ssse3_rep_memcpy'
quarantine.c:(.text.je_quarantine+0x379): undefined reference to `__intel_ssse3_rep_memcpy'
quarantine.c:(.text.je_quarantine+0x3a6): undefined reference to `__intel_ssse3_rep_memcpy'
quarantine.c:(.text.je_quarantine+0x673): undefined reference to `_intel_fast_memset'
quarantine.c:(.text.je_quarantine+0x6f0): undefined reference to `_intel_fast_memset'
quarantine.c:(.text.je_quarantine+0x923): undefined reference to `_intel_fast_memset'
quarantine.c:(.text.je_quarantine+0x958): undefined reference to `_intel_fast_memset'
quarantine.c:(.text.je_quarantine+0xb2e): undefined reference to `_intel_fast_memset'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(quarantine.pic.o):quarantine.c:(.text.je_quarantine+0xbc2): more undefined references to `_intel_fast_memset' follow
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(tcache.pic.o): In function `je_tcache_bin_flush_small':
tcache.c:(.text.je_tcache_bin_flush_small+0x15d): undefined reference to `__intel_ssse3_rep_memmove'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(tcache.pic.o): In function `je_tcache_bin_flush_large':
tcache.c:(.text.je_tcache_bin_flush_large+0x154): undefined reference to `__intel_ssse3_rep_memmove'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(util.pic.o): In function `wrtmessage':
util.c:(.text.wrtmessage+0x2b): undefined reference to `__intel_sse4_strlen'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(util.pic.o): In function `je_malloc_vsnprintf':
util.c:(.text.je_malloc_vsnprintf+0x92a): undefined reference to `__intel_sse4_strlen'
util.c:(.text.je_malloc_vsnprintf+0x26cc): undefined reference to `__intel_ssse3_rep_memcpy'
util.c:(.text.je_malloc_vsnprintf+0x3028): undefined reference to `__intel_ssse3_rep_memcpy'
util.c:(.text.je_malloc_vsnprintf+0x30ea): undefined reference to `__intel_ssse3_rep_memcpy'
util.c:(.text.je_malloc_vsnprintf+0x313c): undefined reference to `__intel_ssse3_rep_memcpy'
util.c:(.text.je_malloc_vsnprintf+0x318b): undefined reference to `__intel_ssse3_rep_memcpy'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(util.pic.o):util.c:(.text.je_malloc_vsnprintf+0x328f): more undefined references to `__intel_ssse3_rep_memcpy' follow
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(util.pic.o): In function `je_malloc_write':
util.c:(.text.je_malloc_write+0x45): undefined reference to `__intel_sse4_strlen'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(util.pic.o): In function `je_malloc_cprintf':
util.c:(.text.je_malloc_cprintf+0x10d): undefined reference to `__intel_sse4_strlen'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(util.pic.o): In function `je_malloc_printf':
util.c:(.text.je_malloc_printf+0x110): undefined reference to `__intel_sse4_strlen'
/user/scratchdelcatty/gent/gvo000/gvo00002/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/Rust/1.8.0-intel-2016a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-db5a760f.rlib(util.pic.o): In function `je_buferror':
util.c:(.text.je_buferror+0x1e): undefined reference to `__intel_ssse3_strncpy'

@ehiggs
Copy link
Copy Markdown
Contributor

ehiggs commented Apr 20, 2016

I'm not sure that anyone builds rustc with icc, so checking against foss could be an idea. Also, rust has llvm with patches in tree. If you specify your own llvm it's not certain what will happen if you're not applying the patches. I imagine the --with-llvm flag is for developers who are working on said patches.

Maybe ask on irc.mozilla.org #rust. Or make a thread on the internals forum.

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Apr 20, 2016

@ehiggs Thanks for the feedback. Compiling Rust with foss indeed solves the issue, so I'll go with that.

Also, using the included LLVM doesn't work when using intel/2016a (see error below), but works fine with foss/2016a.

compile: x86_64-unknown-linux-gnu/rustllvm/ArchiveWrapper.o
In file included from //tmp//vsc40023//easybuild_build//Rust//1.8.0//intel-2016a//rustc-1.8.0//src//llvm//include/llvm/ADT/StringMap.h(18),
                 from //tmp//vsc40023//easybuild_build//Rust//1.8.0//intel-2016a//rustc-1.8.0//src//llvm//include/llvm/Support/Host.h(17),
                 from //tmp//vsc40023//easybuild_build//Rust//1.8.0//intel-2016a//rustc-1.8.0//src//llvm//include/llvm/ADT/Hashing.h(49),
                 from //tmp//vsc40023//easybuild_build//Rust//1.8.0//intel-2016a//rustc-1.8.0//src//llvm//include/llvm/ADT/ArrayRef.h(13),
                 from //tmp//vsc40023//easybuild_build//Rust//1.8.0//intel-2016a//rustc-1.8.0//src//llvm//include/llvm/IR/IRBuilder.h(18),
                 from /tmp/vsc40023/easybuild_build/Rust/1.8.0/intel-2016a/rustc-1.8.0/src/rustllvm/rustllvm.h(11),
                 from /tmp/vsc40023/easybuild_build/Rust/1.8.0/intel-2016a/rustc-1.8.0/src/rustllvm/ExecutionEngineWrapper.cpp(11):
//tmp//vsc40023//easybuild_build//Rust//1.8.0//intel-2016a//rustc-1.8.0//src//llvm//include/llvm/Support/Allocator.h(93): error #1292: unknown attribute "returns_nonnull"
    LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size,
    ^

@hpcugentbot
Copy link
Copy Markdown

Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7646/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Apr 20, 2016

Test report by @boegel
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
node2621.swalot.os - Linux centos linux 7.2.1511, Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz, Python 2.7.5
See https://gist.github.com/0daee785a078cadd8586abd73701e71a for a full test report.

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Apr 20, 2016

Test report by @boegel
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
node2070.delcatty.os - Linux SL 6.7, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.6.6
See https://gist.github.com/c2d5b9632c0ce3ca2c551074114d11da for a full test report.

@boegel boegel changed the title {lang}[intel/2016a] Rust v1.8.0 {lang}[foss/2016a] Rust v1.8.0 Apr 20, 2016
@boegel
Copy link
Copy Markdown
Member Author

boegel commented Apr 20, 2016

OK, good to go now, thanks for the feedback @ehiggs!

@boegel boegel merged commit c2cb37a into easybuilders:develop Apr 20, 2016
@boegel boegel deleted the 20160419201241_new_pr_Rust180 branch April 20, 2016 15:25
@ehiggs
Copy link
Copy Markdown
Contributor

ehiggs commented Apr 20, 2016

@boegel, file a bug against https://github.com/rust-lang/rust/ for the icc build problems. It's something they should probabaly take a look at. I searched the open issues and only found this which may shed some light. GCC >5 was apparently required in March 2015.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants