#include <stdio.h>
#include <libkern/tree.h>
//#include <tree.h>
int main(){
return(0);
}UCS_TEST_F(test_sys, machine_guid) {
uint64_t guid1 = ucs_machine_guid();
uint64_t guid2 = ucs_machine_guid();
EXPECT_EQ(guid1, guid2);
}class test_sys_machine_guid_Test : public test_sys {
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make -k | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
| Making all in src/ucm | |
| Making all in . | |
| CC event/libucm_la-event.lo | |
| event/event.c:303:19: error: use of undeclared identifier 'SHM_REMAP' | |
| if ((shmflg & SHM_REMAP) && (shmaddr != NULL)) { | |
| ^ | |
| 1 error generated. | |
| make[3]: *** [event/libucm_la-event.lo] Error 1 |
CC core/libucp_la-ucp_context.lo
CC core/libucp_la-ucp_am.lo
core/ucp_am.c:522:36: error: conflicting types for 'ucp_am_send_nb'
UCS_PROFILE_FUNC(ucs_status_ptr_t, ucp_am_send_nb,
^
/path/to/ucx/src/ucp/api/ucp.h:2718:18: note: previous
declaration is here
ucs_status_ptr_t ucp_am_send_nb(ucp_ep_h ep, uint16_t id,
^
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Making all in . | |
| CC base/libuct_la-uct_md.lo | |
| CC base/libuct_la-uct_mem.lo | |
| CC base/libuct_la-uct_component.lo | |
| CC base/libuct_la-uct_iface.lo | |
| CC base/libuct_la-uct_worker.lo | |
| CC base/libuct_la-uct_cm.lo | |
| CC sm/base/libuct_la-sm_ep.lo | |
| CC sm/base/libuct_la-sm_iface.lo | |
| CC sm/mm/base/libuct_la-mm_iface.lo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make -k | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
| Making all in src/ucm | |
| Making all in . | |
| CC event/libucm_la-event.lo | |
| event/event.c:303:19: error: use of undeclared identifier 'SHM_REMAP' | |
| if ((shmflg & SHM_REMAP) && (shmaddr != NULL)) { | |
| ^ | |
| 1 error generated. | |
| make[3]: *** [event/libucm_la-event.lo] Error 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make -k | |
| CC algorithm/libucs_la-crc.lo | |
| CC algorithm/libucs_la-qsort_r.lo | |
| CC arch/aarch64/libucs_la-cpu.lo | |
| CC arch/aarch64/libucs_la-global_opts.lo | |
| CC arch/ppc64/libucs_la-timebase.lo | |
| CC arch/ppc64/libucs_la-global_opts.lo | |
| CC arch/x86_64/libucs_la-cpu.lo | |
| CC arch/x86_64/libucs_la-global_opts.lo | |
| CC arch/libucs_la-cpu.lo |
Embulk & Digdag Online Meetup 2020
- Scripting Embulk Plugins @frsyuki who is original developer Embulk at Arm TreasureData talked about embulk-input-script
- Plan and incompatibility toward Embulk v1.0 @dmikurube who is the main maintainer Embulk at TreasureData talked about the future of Embulk.
- Embulkを利用したデータ統合SaaSの構築と運用 @kenkenta talked about the Trocco. It's a SaaS using Embulk. And also @gi_world (who is a maintainer embulk-output-bigquery) talked about the fureture of embulk-output-bigquery.