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
$ meson -Dmachine=default build-clang | |
The Meson build system | |
Version: 0.53.2 | |
Source dir: /home/oceanfish81/dpdk-20.08 | |
Build dir: /home/oceanfish81/dpdk-20.08/build-clang | |
Build type: native build | |
Program cat found: YES (/usr/bin/cat) | |
Project name: DPDK | |
Project version: 20.08.0 | |
C compiler for the host machine: clang (clang 11.0.0 "clang version 11.0.0 (https://github.com/llvm/llvm-project.git 0160ad802e899c2922bc9b29564080c22eb0908c)") |
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
Name: admin | |
Labels: kubernetes.io/bootstrapping=rbac-defaults | |
Annotations: openshift.io/description=A user that has edit rights within the project and can change the project's membership. | |
rbac.authorization.kubernetes.io/autoupdate=true | |
PolicyRule: | |
Resources Non-Resource URLs Resource Names Verbs | |
--------- ----------------- -------------- ----- | |
jenkins.build.openshift.io [] [] [admin edit view] | |
networkpolicies.extensions [] [] [create delete deletecollection get list patch update watch create delete deletecollection get list patch update watch] | |
networkpolicies.networking.k8s.io [] [] [create delete deletecollection get list patch update watch create delete deletecollection get list patch update wat |
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
C:\Users\Worker\Desktop>minishift start --show-libmachine-logs -v5 | |
-- minishift version: v1.34.3+4b58f89 | |
-- Starting profile 'minishift' | |
Found binary path at minishift.exe | |
Launching plugin server for driver virtualbox | |
Plugin server listening at address 127.0.0.1:3086 | |
() Calling .GetVersion | |
Using API Version 1 | |
() Calling .SetConfigRaw |
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
$ go test ./... | |
# github.com/u-root/u-root/pkg/boot/multiboot/internal/trampoline | |
pkg/boot/multiboot/internal/trampoline/trampoline_linux_amd64.s: Assembler messages: | |
pkg/boot/multiboot/internal/trampoline/trampoline_linux_amd64.s:19: Error: no such instruction: `text ·start(SB),NOSPLIT,$0' | |
pkg/boot/multiboot/internal/trampoline/trampoline_linux_amd64.s:21: Error: junk `(SB)' after expression | |
pkg/boot/multiboot/internal/trampoline/trampoline_linux_amd64.s:21: Error: too many memory references for `lea' | |
pkg/boot/multiboot/internal/trampoline/trampoline_linux_amd64.s:30: Error: junk `(SB)' after expression | |
pkg/boot/multiboot/internal/trampoline/trampoline_linux_amd64.s:30: Error: too many memory references for `mov' | |
pkg/boot/multiboot/internal/trampoline/trampoline_linux_amd64.s:34: Error: junk `(SB)' after expression | |
pkg/boot/multiboot/internal/trampoline/trampoline_linux_amd64.s:34: Error: too many memory references for `mov' |
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 | |
CGO_ENABLED=0 GOOS= GOARCH=amd64 GOARM= go build -i -v -x -ldflags "-s -w" -o build/mainflux-agent cmd/main.go | |
WORK=/tmp/go-build821951210 | |
go build: when using gccgo toolchain, please pass linker flags using -gccgoflags, not -ldflags | |
golang.org/x/net/internal/socks | |
mkdir -p $WORK/b014/ | |
cd $WORK | |
/home/oceanfish81/gollvm_dist/bin/llvm-goc -fgo-importcfg=/dev/null -c -x c - -o /dev/null || true | |
github.com/eclipse/paho.mqtt.golang/packets |
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 | |
rm -f bin/linux_amd64/kubelogin | |
go build -i -v -x -o bin/linux_amd64/kubelogin -ldflags "-X main.version=master/b9bbbd93e73dc3989f1384b151ea6cac317896a1 -X main.goVersion=go1.15.2 -X main.buildTime=2020-10-16T17:16:19Z" | |
WORK=/tmp/go-build256089896 | |
go build: when using gccgo toolchain, please pass linker flags using -gccgoflags, not -ldflags | |
mkdir -p $WORK/b001/ | |
cat >$WORK/b001/importcfg.link << 'EOF' # internal | |
packagefile github.com/Azure/kubelogin=/home/oceanfish81/.cache/go-build/77/777bdd204911da3bcca94c1fd765f69d718d78409e9c19df3f44b898771e0310-d | |
packagefile github.com/Azure/kubelogin/pkg/cmd=/home/oceanfish81/.cache/go-build/b3/b326ccbdf92ff42169966e33a434b1b2820d7f51df372fabce7bc91f30b075db-d | |
packagefile github.com/spf13/pflag=/home/oceanfish81/.cache/go-build/6f/6fb11ea5a9e79afd8938df4dce8693707a78f14a13ffa3feaa1f9e5c0ec17833-d |
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
# CMAKE generated file: DO NOT EDIT! | |
# Generated by "Ninja" Generator, CMake Version 3.19 | |
# This file contains all the build statements describing the | |
# compilation DAG. | |
# ============================================================================= | |
# Write statements declared in CMakeLists.txt: | |
# | |
# Which is the root file. |
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
$ cargo test | |
Compiling openssl-sys v0.9.58 | |
Compiling openssl v0.10.30 | |
Compiling kube v0.42.0 | |
Compiling kube-runtime v0.42.0 | |
Compiling kubelet v0.5.0 (C:\Users\Worker\Desktop\krustlet\crates\kubelet) | |
Compiling wasi-provider v0.5.0 (C:\Users\Worker\Desktop\krustlet\crates\wasi-provider) | |
Compiling wascc-provider v0.5.0 (C:\Users\Worker\Desktop\krustlet\crates\wascc-provider) | |
Compiling krustlet v0.5.0 (C:\Users\Worker\Desktop\krustlet) | |
Finished test [unoptimized + debuginfo] target(s) in 2m 25s |
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
service-catalog-cli/cmd/svcat$ go build -i -v -x | |
WORK=/tmp/go-build276252258 | |
github.com/Azure/service-catalog-cli/vendor/k8s.io/apimachinery/pkg/util/net | |
mkdir -p $WORK/b053/ | |
cd $WORK | |
/home/oceanfish81/gollvm_dist/bin/llvm-goc -fgo-importcfg=/dev/null -c -x c - -o /dev/null || true | |
mkdir -p $WORK/b053/_importcfgroot_/github.com/golang | |
mkdir -p $WORK/b053/_importcfgroot_/github.com/Azure/service-catalog-cli/vendor/github.com/golang | |
ln -s $WORK/b053/_importcfgroot_/github.com/Azure/service-catalog-cli/vendor/github.com/golang/libglog.a $WORK/b053/_importcfgroot_/github.com/golang/libglog.a | |
mkdir -p $WORK/b053/_importcfgroot_/golang.org/x/net |
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
DIRS := \ | |
. \ | |
nl | |
DEPS = \ | |
github.com/vishvananda/netns \ | |
golang.org/x/sys/unix | |
uniq = $(if $1,$(firstword $1) $(call uniq,$(filter-out $(firstword $1),$1))) | |
testdirs = $(call uniq,$(foreach d,$(1),$(dir $(wildcard $(d)/*_test.go)))) |