Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1461510 Details for
Bug 1603822
douceur: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Mohan Boddu
on 2018-07-19 19:03:37 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-19 19:03:37 UTC
Size:
32.00 KB
patch
obsolete
> # internal >crypto/tls >mkdir -p $WORK/b053/ >cat >$WORK/b053/importcfg << 'EOF' # internal ># import config >importmap golang_org/x/crypto/chacha20poly1305=vendor/golang_org/x/crypto/chacha20poly1305 >importmap golang_org/x/crypto/curve25519=vendor/golang_org/x/crypto/curve25519 >packagefile bytes=$WORK/b031/_pkg_.a >packagefile container/list=$WORK/b044/_pkg_.a >packagefile crypto=$WORK/b054/_pkg_.a >packagefile crypto/aes=$WORK/b047/_pkg_.a >packagefile crypto/cipher=$WORK/b048/_pkg_.a >packagefile crypto/des=$WORK/b055/_pkg_.a >packagefile crypto/ecdsa=$WORK/b056/_pkg_.a >packagefile crypto/elliptic=$WORK/b057/_pkg_.a >packagefile crypto/hmac=$WORK/b061/_pkg_.a >packagefile crypto/md5=$WORK/b062/_pkg_.a >packagefile crypto/rand=$WORK/b046/_pkg_.a >packagefile crypto/rc4=$WORK/b063/_pkg_.a >packagefile crypto/rsa=$WORK/b064/_pkg_.a >packagefile crypto/sha1=$WORK/b065/_pkg_.a >packagefile crypto/sha256=$WORK/b066/_pkg_.a >packagefile crypto/sha512=$WORK/b059/_pkg_.a >packagefile crypto/subtle=$WORK/b050/_pkg_.a >packagefile crypto/x509=$WORK/b067/_pkg_.a >packagefile encoding/asn1=$WORK/b060/_pkg_.a >packagefile encoding/pem=$WORK/b071/_pkg_.a >packagefile errors=$WORK/b003/_pkg_.a >packagefile fmt=$WORK/b004/_pkg_.a >packagefile vendor/golang_org/x/crypto/chacha20poly1305=$WORK/b083/_pkg_.a >packagefile vendor/golang_org/x/crypto/curve25519=$WORK/b086/_pkg_.a >packagefile hash=$WORK/b043/_pkg_.a >packagefile internal/cpu=$WORK/b011/_pkg_.a >packagefile io=$WORK/b005/_pkg_.a >packagefile io/ioutil=$WORK/b075/_pkg_.a >packagefile math/big=$WORK/b051/_pkg_.a >packagefile net=$WORK/b077/_pkg_.a >packagefile strconv=$WORK/b023/_pkg_.a >packagefile strings=$WORK/b028/_pkg_.a >packagefile sync=$WORK/b006/_pkg_.a >packagefile sync/atomic=$WORK/b014/_pkg_.a >packagefile time=$WORK/b019/_pkg_.a >EOF >cd /usr/lib/golang/src/crypto/tls >/usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/b053/_pkg_.a -trimpath $WORK/b053 -shared -p crypto/tls -std -complete -installsuffix shared -buildid odWipAMhGmhC02i-K7AU/odWipAMhGmhC02i-K7AU -goversion go1.11beta1 -D "" -importcfg $WORK/b053/importcfg -pack ./alert.go ./auth.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go >/usr/lib/golang/pkg/tool/linux_arm/buildid -w $WORK/b098/_pkg_.a # internal >cp $WORK/b098/_pkg_.a /builddir/.cache/go-build/0c/0c033fc8495f3df8e4396153318b01c77aae73be36e12c6f5d4b7a830678d84d-d # internal >/usr/lib/golang/pkg/tool/linux_arm/buildid -w $WORK/b053/_pkg_.a # internal >cp $WORK/b053/_pkg_.a /builddir/.cache/go-build/af/af3bd299598f87bbccb2296d4983248a3b37f126fac6f0aac985a61bc02d33b9-d # internal >net/http/httptrace >mkdir -p $WORK/b100/ >cat >$WORK/b100/importcfg << 'EOF' # internal ># import config >packagefile context=$WORK/b045/_pkg_.a >packagefile crypto/tls=$WORK/b053/_pkg_.a >packagefile internal/nettrace=$WORK/b079/_pkg_.a >packagefile net=$WORK/b077/_pkg_.a >packagefile net/textproto=$WORK/b094/_pkg_.a >packagefile reflect=$WORK/b022/_pkg_.a >packagefile time=$WORK/b019/_pkg_.a >EOF >cd /usr/lib/golang/src/net/http/httptrace >/usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/b100/_pkg_.a -trimpath $WORK/b100 -shared -p net/http/httptrace -std -complete -installsuffix shared -buildid bOLm3buz5O7OEjC4J5io/bOLm3buz5O7OEjC4J5io -goversion go1.11beta1 -D "" -importcfg $WORK/b100/importcfg -pack ./trace.go >/usr/lib/golang/pkg/tool/linux_arm/buildid -w $WORK/b100/_pkg_.a # internal >cp $WORK/b100/_pkg_.a /builddir/.cache/go-build/74/741efabcd665ea6a70f5680b75cadf7dfcb46bbeaeb5b67485d38df7fe4f442b-d # internal >net/http >mkdir -p $WORK/b038/ >cat >$WORK/b038/importcfg << 'EOF' # internal ># import config >importmap golang_org/x/net/http/httpguts=vendor/golang_org/x/net/http/httpguts >importmap golang_org/x/net/http/httpproxy=vendor/golang_org/x/net/http/httpproxy >importmap golang_org/x/net/http2/hpack=vendor/golang_org/x/net/http2/hpack >importmap golang_org/x/net/idna=vendor/golang_org/x/net/idna >packagefile bufio=$WORK/b034/_pkg_.a >packagefile bytes=$WORK/b031/_pkg_.a >packagefile compress/gzip=$WORK/b039/_pkg_.a >packagefile container/list=$WORK/b044/_pkg_.a >packagefile context=$WORK/b045/_pkg_.a >packagefile crypto/rand=$WORK/b046/_pkg_.a >packagefile crypto/tls=$WORK/b053/_pkg_.a >packagefile encoding/base64=$WORK/b072/_pkg_.a >packagefile encoding/binary=$WORK/b041/_pkg_.a >packagefile errors=$WORK/b003/_pkg_.a >packagefile fmt=$WORK/b004/_pkg_.a >packagefile vendor/golang_org/x/net/http/httpguts=$WORK/b087/_pkg_.a >packagefile vendor/golang_org/x/net/http/httpproxy=$WORK/b095/_pkg_.a >packagefile vendor/golang_org/x/net/http2/hpack=$WORK/b096/_pkg_.a >packagefile vendor/golang_org/x/net/idna=$WORK/b088/_pkg_.a >packagefile io=$WORK/b005/_pkg_.a >packagefile io/ioutil=$WORK/b075/_pkg_.a >packagefile log=$WORK/b092/_pkg_.a >packagefile math=$WORK/b015/_pkg_.a >packagefile math/rand=$WORK/b052/_pkg_.a >packagefile mime=$WORK/b097/_pkg_.a >packagefile mime/multipart=$WORK/b098/_pkg_.a >packagefile net=$WORK/b077/_pkg_.a >packagefile net/http/httptrace=$WORK/b100/_pkg_.a >packagefile net/http/internal=$WORK/b101/_pkg_.a >packagefile net/textproto=$WORK/b094/_pkg_.a >packagefile net/url=$WORK/b082/_pkg_.a >packagefile os=$WORK/b016/_pkg_.a >packagefile path=$WORK/b102/_pkg_.a >packagefile path/filepath=$WORK/b076/_pkg_.a >packagefile reflect=$WORK/b022/_pkg_.a >packagefile runtime=$WORK/b009/_pkg_.a >packagefile sort=$WORK/b027/_pkg_.a >packagefile strconv=$WORK/b023/_pkg_.a >packagefile strings=$WORK/b028/_pkg_.a >packagefile sync=$WORK/b006/_pkg_.a >packagefile sync/atomic=$WORK/b014/_pkg_.a >packagefile time=$WORK/b019/_pkg_.a >packagefile unicode/utf8=$WORK/b025/_pkg_.a >EOF >cd /usr/lib/golang/src/net/http >/usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/b038/_pkg_.a -trimpath $WORK/b038 -shared -p net/http -std -complete -installsuffix shared -buildid oSfHV4K4hBPFWZYHYXg2/oSfHV4K4hBPFWZYHYXg2 -goversion go1.11beta1 -D "" -importcfg $WORK/b038/importcfg -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./h2_bundle.go ./header.go ./http.go ./jar.go ./method.go ./request.go ./response.go ./roundtrip.go ./server.go ./sniff.go ./socks_bundle.go ./status.go ./transfer.go ./transport.go >/usr/lib/golang/pkg/tool/linux_arm/buildid -w $WORK/b038/_pkg_.a # internal >cp $WORK/b038/_pkg_.a /builddir/.cache/go-build/a6/a674de959c67ca9fc66cc5f579ea38c154effeef4c356dd226398f38f6f2279f-d # internal >github.com/PuerkitoBio/goquery >mkdir -p $WORK/b030/ >cat >$WORK/b030/importcfg << 'EOF' # internal ># import config >packagefile bytes=$WORK/b031/_pkg_.a >packagefile errors=$WORK/b003/_pkg_.a >packagefile github.com/andybalholm/cascadia=$WORK/b032/_pkg_.a >packagefile golang.org/x/net/html=$WORK/b033/_pkg_.a >packagefile io=$WORK/b005/_pkg_.a >packagefile net/http=$WORK/b038/_pkg_.a >packagefile net/url=$WORK/b082/_pkg_.a >packagefile regexp=$WORK/b036/_pkg_.a >packagefile strings=$WORK/b028/_pkg_.a >EOF >cd /usr/share/gocode/src/github.com/PuerkitoBio/goquery >/usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/b030/_pkg_.a -trimpath $WORK/b030 -shared -p github.com/PuerkitoBio/goquery -complete -installsuffix shared -buildid KgOqPjvTC23n2lSvpDzO/KgOqPjvTC23n2lSvpDzO -goversion go1.11beta1 -D "" -importcfg $WORK/b030/importcfg -pack ./array.go ./doc.go ./expand.go ./filter.go ./iteration.go ./manipulation.go ./property.go ./query.go ./traversal.go ./type.go ./utilities.go >/usr/lib/golang/pkg/tool/linux_arm/buildid -w $WORK/b030/_pkg_.a # internal >cp $WORK/b030/_pkg_.a /builddir/.cache/go-build/bd/bdff821365028f6f251cd21e98a3936d3b57972245515886391a2b8e41eb0eaf-d # internal >github.com/aymerick/douceur/inliner >mkdir -p $WORK/b029/ >cat >$WORK/b029/importcfg << 'EOF' # internal ># import config >packagefile fmt=$WORK/b004/_pkg_.a >packagefile github.com/PuerkitoBio/goquery=$WORK/b030/_pkg_.a >packagefile github.com/aymerick/douceur/css=$WORK/b103/_pkg_.a >packagefile github.com/aymerick/douceur/parser=$WORK/b104/_pkg_.a >packagefile golang.org/x/net/html=$WORK/b033/_pkg_.a >packagefile regexp=$WORK/b036/_pkg_.a >packagefile sort=$WORK/b027/_pkg_.a >packagefile strconv=$WORK/b023/_pkg_.a >packagefile strings=$WORK/b028/_pkg_.a >EOF >cd /builddir/build/BUILD/douceur-c5c95ec357c8235fbd7f34e8c843d36783f3fad9/src/github.com/aymerick/douceur/inliner >/usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/b029/_pkg_.a -trimpath $WORK/b029 -shared -p github.com/aymerick/douceur/inliner -complete -installsuffix shared -buildid zAyBx9Qx_uZ8AWWEsJBe/zAyBx9Qx_uZ8AWWEsJBe -goversion go1.11beta1 -D "" -importcfg $WORK/b029/importcfg -pack ./element.go ./inliner.go ./style_declaration.go ./style_rule.go >/usr/lib/golang/pkg/tool/linux_arm/buildid -w $WORK/b029/_pkg_.a # internal >cp $WORK/b029/_pkg_.a /builddir/.cache/go-build/0d/0d02af38e5d4fb798201b602bf62ab39aec54674974e26adfa573664b447207f-d # internal >github.com/aymerick/douceur >mkdir -p $WORK/b001/ >cat >$WORK/b001/importcfg << 'EOF' # internal ># import config >packagefile flag=$WORK/b002/_pkg_.a >packagefile fmt=$WORK/b004/_pkg_.a >packagefile github.com/aymerick/douceur/inliner=$WORK/b029/_pkg_.a >packagefile github.com/aymerick/douceur/parser=$WORK/b104/_pkg_.a >packagefile io/ioutil=$WORK/b075/_pkg_.a >packagefile os=$WORK/b016/_pkg_.a >packagefile runtime=$WORK/b009/_pkg_.a >packagefile runtime/cgo=$WORK/b081/_pkg_.a >packagefile math=$WORK/b015/_pkg_.a >EOF >cd /builddir/build/BUILD/douceur-c5c95ec357c8235fbd7f34e8c843d36783f3fad9/src/github.com/aymerick/douceur >/usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/b001/_pkg_.a -trimpath $WORK/b001 -shared -p main -complete -installsuffix shared -buildid TleErOcOh9CdPtHe9d2y/TleErOcOh9CdPtHe9d2y -goversion go1.11beta1 -D "" -importcfg $WORK/b001/importcfg -pack ./douceur.go >/usr/lib/golang/pkg/tool/linux_arm/buildid -w $WORK/b001/_pkg_.a # internal >cp $WORK/b001/_pkg_.a /builddir/.cache/go-build/c8/c89141176b05ab1aefd735433be22fb2871027965de20b9cfd8531444e4e5e0b-d # internal >cat >$WORK/b001/importcfg.link << 'EOF' # internal >packagefile github.com/aymerick/douceur=$WORK/b001/_pkg_.a >packagefile flag=$WORK/b002/_pkg_.a >packagefile fmt=$WORK/b004/_pkg_.a >packagefile github.com/aymerick/douceur/inliner=$WORK/b029/_pkg_.a >packagefile github.com/aymerick/douceur/parser=$WORK/b104/_pkg_.a >packagefile io/ioutil=$WORK/b075/_pkg_.a >packagefile os=$WORK/b016/_pkg_.a >packagefile runtime=$WORK/b009/_pkg_.a >packagefile runtime/cgo=$WORK/b081/_pkg_.a >packagefile math=$WORK/b015/_pkg_.a >packagefile errors=$WORK/b003/_pkg_.a >packagefile io=$WORK/b005/_pkg_.a >packagefile reflect=$WORK/b022/_pkg_.a >packagefile sort=$WORK/b027/_pkg_.a >packagefile strconv=$WORK/b023/_pkg_.a >packagefile strings=$WORK/b028/_pkg_.a >packagefile time=$WORK/b019/_pkg_.a >packagefile sync=$WORK/b006/_pkg_.a >packagefile unicode/utf8=$WORK/b025/_pkg_.a >packagefile github.com/PuerkitoBio/goquery=$WORK/b030/_pkg_.a >packagefile github.com/aymerick/douceur/css=$WORK/b103/_pkg_.a >packagefile golang.org/x/net/html=$WORK/b033/_pkg_.a >packagefile regexp=$WORK/b036/_pkg_.a >packagefile github.com/gorilla/css/scanner=$WORK/b105/_pkg_.a >packagefile bytes=$WORK/b031/_pkg_.a >packagefile path/filepath=$WORK/b076/_pkg_.a >packagefile internal/poll=$WORK/b017/_pkg_.a >packagefile internal/syscall/unix=$WORK/b020/_pkg_.a >packagefile internal/testlog=$WORK/b021/_pkg_.a >packagefile sync/atomic=$WORK/b014/_pkg_.a >packagefile syscall=$WORK/b018/_pkg_.a >packagefile internal/bytealg=$WORK/b010/_pkg_.a >packagefile internal/cpu=$WORK/b011/_pkg_.a >packagefile runtime/internal/atomic=$WORK/b012/_pkg_.a >packagefile runtime/internal/sys=$WORK/b013/_pkg_.a >packagefile unicode=$WORK/b026/_pkg_.a >packagefile math/bits=$WORK/b024/_pkg_.a >packagefile internal/race=$WORK/b007/_pkg_.a >packagefile github.com/andybalholm/cascadia=$WORK/b032/_pkg_.a >packagefile net/http=$WORK/b038/_pkg_.a >packagefile net/url=$WORK/b082/_pkg_.a >packagefile bufio=$WORK/b034/_pkg_.a >packagefile golang.org/x/net/html/atom=$WORK/b035/_pkg_.a >packagefile regexp/syntax=$WORK/b037/_pkg_.a >packagefile compress/gzip=$WORK/b039/_pkg_.a >packagefile container/list=$WORK/b044/_pkg_.a >packagefile context=$WORK/b045/_pkg_.a >packagefile crypto/rand=$WORK/b046/_pkg_.a >packagefile crypto/tls=$WORK/b053/_pkg_.a >packagefile encoding/base64=$WORK/b072/_pkg_.a >packagefile encoding/binary=$WORK/b041/_pkg_.a >packagefile vendor/golang_org/x/net/http/httpguts=$WORK/b087/_pkg_.a >packagefile vendor/golang_org/x/net/http/httpproxy=$WORK/b095/_pkg_.a >packagefile vendor/golang_org/x/net/http2/hpack=$WORK/b096/_pkg_.a >packagefile vendor/golang_org/x/net/idna=$WORK/b088/_pkg_.a >packagefile log=$WORK/b092/_pkg_.a >packagefile math/rand=$WORK/b052/_pkg_.a >packagefile mime=$WORK/b097/_pkg_.a >packagefile mime/multipart=$WORK/b098/_pkg_.a >packagefile net=$WORK/b077/_pkg_.a >packagefile net/http/httptrace=$WORK/b100/_pkg_.a >packagefile net/http/internal=$WORK/b101/_pkg_.a >packagefile net/textproto=$WORK/b094/_pkg_.a >packagefile path=$WORK/b102/_pkg_.a >packagefile compress/flate=$WORK/b040/_pkg_.a >packagefile hash/crc32=$WORK/b042/_pkg_.a >packagefile crypto/aes=$WORK/b047/_pkg_.a >packagefile crypto/cipher=$WORK/b048/_pkg_.a >packagefile math/big=$WORK/b051/_pkg_.a >packagefile crypto=$WORK/b054/_pkg_.a >packagefile crypto/des=$WORK/b055/_pkg_.a >packagefile crypto/ecdsa=$WORK/b056/_pkg_.a >packagefile crypto/elliptic=$WORK/b057/_pkg_.a >packagefile crypto/hmac=$WORK/b061/_pkg_.a >packagefile crypto/md5=$WORK/b062/_pkg_.a >packagefile crypto/rc4=$WORK/b063/_pkg_.a >packagefile crypto/rsa=$WORK/b064/_pkg_.a >packagefile crypto/sha1=$WORK/b065/_pkg_.a >packagefile crypto/sha256=$WORK/b066/_pkg_.a >packagefile crypto/sha512=$WORK/b059/_pkg_.a >packagefile crypto/subtle=$WORK/b050/_pkg_.a >packagefile crypto/x509=$WORK/b067/_pkg_.a >packagefile encoding/asn1=$WORK/b060/_pkg_.a >packagefile encoding/pem=$WORK/b071/_pkg_.a >packagefile vendor/golang_org/x/crypto/chacha20poly1305=$WORK/b083/_pkg_.a >packagefile vendor/golang_org/x/crypto/curve25519=$WORK/b086/_pkg_.a >packagefile hash=$WORK/b043/_pkg_.a >packagefile vendor/golang_org/x/text/secure/bidirule=$WORK/b089/_pkg_.a >packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b091/_pkg_.a >packagefile vendor/golang_org/x/text/unicode/norm=$WORK/b093/_pkg_.a >packagefile mime/quotedprintable=$WORK/b099/_pkg_.a >packagefile vendor/golang_org/x/net/dns/dnsmessage=$WORK/b078/_pkg_.a >packagefile internal/nettrace=$WORK/b079/_pkg_.a >packagefile internal/singleflight=$WORK/b080/_pkg_.a >packagefile crypto/internal/subtle=$WORK/b049/_pkg_.a >packagefile crypto/internal/randutil=$WORK/b058/_pkg_.a >packagefile crypto/dsa=$WORK/b068/_pkg_.a >packagefile crypto/x509/pkix=$WORK/b069/_pkg_.a >packagefile encoding/hex=$WORK/b070/_pkg_.a >packagefile vendor/golang_org/x/crypto/cryptobyte=$WORK/b073/_pkg_.a >packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b074/_pkg_.a >packagefile vendor/golang_org/x/crypto/internal/chacha20=$WORK/b084/_pkg_.a >packagefile vendor/golang_org/x/crypto/poly1305=$WORK/b085/_pkg_.a >packagefile vendor/golang_org/x/text/transform=$WORK/b090/_pkg_.a >EOF >mkdir -p $WORK/b001/exe/ >cd . >/usr/lib/golang/pkg/tool/linux_arm/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -buildmode=pie -buildid=5ID13utj9vR82cayjezX/TleErOcOh9CdPtHe9d2y/561U-L6KWtYOMUOdLv6J/5ID13utj9vR82cayjezX -B 0xd89a3382acba411814eb2f80c012528aa5411943 -extldflags "-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld " -extld=gcc $WORK/b001/_pkg_.a >/usr/lib/golang/pkg/tool/linux_arm/buildid -w $WORK/b001/exe/a.out # internal >mkdir -p bin/ >mv $WORK/b001/exe/a.out bin/douceur >rm -r $WORK/b001/ >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.d0XgsW >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm >++ dirname /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm >+ cd douceur-c5c95ec357c8235fbd7f34e8c843d36783f3fad9 >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/bin >+ install -p -m 0755 bin/douceur /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/bin >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/ >+ echo '%dir %{gopath}/src/%{import_path}/.' >++ find . '(' -iname '*.go' -or -iname '*.s' ')' '!' -iname '*_test.go' >+ for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") >++ dirname ./douceur.go >+ dirprefix=. >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/. >+ cp -pav ./douceur.go /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./douceur.go >'./douceur.go' -> '/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./douceur.go' >+ echo '%{gopath}/src/%{import_path}/./douceur.go' >+ '[' . '!=' . ']' >+ for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") >++ dirname ./css/stylesheet.go >+ dirprefix=./css >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./css >+ cp -pav ./css/stylesheet.go /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./css/stylesheet.go >'./css/stylesheet.go' -> '/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./css/stylesheet.go' >+ echo '%{gopath}/src/%{import_path}/./css/stylesheet.go' >+ '[' ./css '!=' . ']' >+ echo '%dir %{gopath}/src/%{import_path}/./css' >++ dirname ./css >+ dirprefix=. >+ '[' . '!=' . ']' >+ for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") >++ dirname ./css/rule.go >+ dirprefix=./css >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./css >+ cp -pav ./css/rule.go /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./css/rule.go >'./css/rule.go' -> '/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./css/rule.go' >+ echo '%{gopath}/src/%{import_path}/./css/rule.go' >+ '[' ./css '!=' . ']' >+ echo '%dir %{gopath}/src/%{import_path}/./css' >++ dirname ./css >+ dirprefix=. >+ '[' . '!=' . ']' >+ for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") >++ dirname ./css/declaration.go >+ dirprefix=./css >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./css >+ cp -pav ./css/declaration.go /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./css/declaration.go >'./css/declaration.go' -> '/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./css/declaration.go' >+ echo '%{gopath}/src/%{import_path}/./css/declaration.go' >+ '[' ./css '!=' . ']' >+ echo '%dir %{gopath}/src/%{import_path}/./css' >++ dirname ./css >+ dirprefix=. >+ '[' . '!=' . ']' >+ for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") >++ dirname ./inliner/style_rule.go >+ dirprefix=./inliner >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner >+ cp -pav ./inliner/style_rule.go /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner/style_rule.go >'./inliner/style_rule.go' -> '/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner/style_rule.go' >+ echo '%{gopath}/src/%{import_path}/./inliner/style_rule.go' >+ '[' ./inliner '!=' . ']' >+ echo '%dir %{gopath}/src/%{import_path}/./inliner' >++ dirname ./inliner >+ dirprefix=. >+ '[' . '!=' . ']' >+ for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") >++ dirname ./inliner/inliner.go >+ dirprefix=./inliner >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner >+ cp -pav ./inliner/inliner.go /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner/inliner.go >'./inliner/inliner.go' -> '/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner/inliner.go' >+ echo '%{gopath}/src/%{import_path}/./inliner/inliner.go' >+ '[' ./inliner '!=' . ']' >+ echo '%dir %{gopath}/src/%{import_path}/./inliner' >++ dirname ./inliner >+ dirprefix=. >+ '[' . '!=' . ']' >+ for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") >++ dirname ./inliner/element.go >+ dirprefix=./inliner >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner >+ cp -pav ./inliner/element.go /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner/element.go >'./inliner/element.go' -> '/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner/element.go' >+ echo '%{gopath}/src/%{import_path}/./inliner/element.go' >+ '[' ./inliner '!=' . ']' >+ echo '%dir %{gopath}/src/%{import_path}/./inliner' >++ dirname ./inliner >+ dirprefix=. >+ '[' . '!=' . ']' >+ for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") >++ dirname ./inliner/style_declaration.go >+ dirprefix=./inliner >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner >+ cp -pav ./inliner/style_declaration.go /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner/style_declaration.go >'./inliner/style_declaration.go' -> '/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner/style_declaration.go' >+ echo '%{gopath}/src/%{import_path}/./inliner/style_declaration.go' >+ '[' ./inliner '!=' . ']' >+ echo '%dir %{gopath}/src/%{import_path}/./inliner' >++ dirname ./inliner >+ dirprefix=. >+ '[' . '!=' . ']' >+ for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") >++ dirname ./parser/parser.go >+ dirprefix=./parser >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./parser >+ cp -pav ./parser/parser.go /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./parser/parser.go >'./parser/parser.go' -> '/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./parser/parser.go' >+ echo '%{gopath}/src/%{import_path}/./parser/parser.go' >+ '[' ./parser '!=' . ']' >+ echo '%dir %{gopath}/src/%{import_path}/./parser' >++ dirname ./parser >+ dirprefix=. >+ '[' . '!=' . ']' >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/ >++ find . -iname '*_test.go' >+ for file in $(find . -iname "*_test.go") >++ dirname ./inliner/style_rule_test.go >+ dirprefix=./inliner >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner >+ cp -pav ./inliner/style_rule_test.go /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner/style_rule_test.go >'./inliner/style_rule_test.go' -> '/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner/style_rule_test.go' >+ echo '%{gopath}/src/%{import_path}/./inliner/style_rule_test.go' >+ '[' ./inliner '!=' . ']' >+ echo '%dir %{gopath}/src/%{import_path}/./inliner' >++ dirname ./inliner >+ dirprefix=. >+ '[' . '!=' . ']' >+ for file in $(find . -iname "*_test.go") >++ dirname ./inliner/inliner_test.go >+ dirprefix=./inliner >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner >+ cp -pav ./inliner/inliner_test.go /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner/inliner_test.go >'./inliner/inliner_test.go' -> '/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./inliner/inliner_test.go' >+ echo '%{gopath}/src/%{import_path}/./inliner/inliner_test.go' >+ '[' ./inliner '!=' . ']' >+ echo '%dir %{gopath}/src/%{import_path}/./inliner' >++ dirname ./inliner >+ dirprefix=. >+ '[' . '!=' . ']' >+ for file in $(find . -iname "*_test.go") >++ dirname ./parser/parser_test.go >+ dirprefix=./parser >+ install -d -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./parser >+ cp -pav ./parser/parser_test.go /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./parser/parser_test.go >'./parser/parser_test.go' -> '/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode/src/github.com/aymerick/douceur/./parser/parser_test.go' >+ echo '%{gopath}/src/%{import_path}/./parser/parser_test.go' >+ '[' ./parser '!=' . ']' >+ echo '%dir %{gopath}/src/%{import_path}/./parser' >++ dirname ./parser >+ dirprefix=. >+ '[' . '!=' . ']' >+ sort -u -o devel.file-list devel.file-list >+ /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.2.0-4.fc29 --unique-debug-suffix -0.2.0-4.fc29.arm --unique-debug-src-base douceur-0.2.0-4.fc29.arm --run-dwz --dwz-low-mem-die-limit 0 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/douceur-c5c95ec357c8235fbd7f34e8c843d36783f3fad9 >extracting debug info from /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/bin/douceur >/usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-ldconfig >/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-mangle-shebangs >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.e7JU9R >+ umask 022 >+ cd /builddir/build/BUILD >+ cd douceur-c5c95ec357c8235fbd7f34e8c843d36783f3fad9 >+ export GOPATH=/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode:/usr/share/gocode >+ GOPATH=/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm//usr/share/gocode:/usr/share/gocode >+ go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/aymerick/douceur/inliner >ok github.com/aymerick/douceur/inliner 0.029s >+ go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/aymerick/douceur/parser >ok github.com/aymerick/douceur/parser 0.019s >+ exit 0 >Processing files: douceur-0.2.0-4.fc29.armv7hl >Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ArtzEV >+ umask 022 >+ cd /builddir/build/BUILD >+ cd douceur-c5c95ec357c8235fbd7f34e8c843d36783f3fad9 >+ DOCDIR=/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/doc/douceur >+ export LC_ALL=C >+ LC_ALL=C >+ export DOCDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/doc/douceur >+ cp -pr CHANGELOG.md /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/doc/douceur >+ cp -pr README.md /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/doc/douceur >+ exit 0 >Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.2uuGMX >+ umask 022 >+ cd /builddir/build/BUILD >+ cd douceur-c5c95ec357c8235fbd7f34e8c843d36783f3fad9 >+ LICENSEDIR=/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/licenses/douceur >+ export LC_ALL=C >+ LC_ALL=C >+ export LICENSEDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/licenses/douceur >+ cp -pr LICENSE /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/licenses/douceur >+ exit 0 >Provides: douceur = 0.2.0-4.fc29 douceur(armv7hl-32) = 0.2.0-4.fc29 >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires: libc.so.6 libc.so.6(GLIBC_2.4) libpthread.so.0 libpthread.so.0(GLIBC_2.4) rtld(GNU_HASH) >Processing files: golang-github-aymerick-douceur-devel-0.2.0-4.fc29.noarch >Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HXsNP3 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd douceur-c5c95ec357c8235fbd7f34e8c843d36783f3fad9 >+ DOCDIR=/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/doc/golang-github-aymerick-douceur-devel >+ export LC_ALL=C >+ LC_ALL=C >+ export DOCDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/doc/golang-github-aymerick-douceur-devel >+ cp -pr CHANGELOG.md /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/doc/golang-github-aymerick-douceur-devel >+ cp -pr README.md /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/doc/golang-github-aymerick-douceur-devel >+ exit 0 >Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.yYr5D9 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd douceur-c5c95ec357c8235fbd7f34e8c843d36783f3fad9 >+ LICENSEDIR=/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/licenses/golang-github-aymerick-douceur-devel >+ export LC_ALL=C >+ LC_ALL=C >+ export LICENSEDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/licenses/golang-github-aymerick-douceur-devel >+ cp -pr LICENSE /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/licenses/golang-github-aymerick-douceur-devel >+ exit 0 >Provides: golang(github.com/aymerick/douceur/css) = 0.2.0-4.fc29 golang(github.com/aymerick/douceur/inliner) = 0.2.0-4.fc29 golang(github.com/aymerick/douceur/parser) = 0.2.0-4.fc29 golang-github-aymerick-douceur-devel = 0.2.0-4.fc29 >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Processing files: golang-github-aymerick-douceur-unit-test-devel-0.2.0-4.fc29.armv7hl >Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Nn1aUs >+ umask 022 >+ cd /builddir/build/BUILD >+ cd douceur-c5c95ec357c8235fbd7f34e8c843d36783f3fad9 >+ DOCDIR=/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/doc/golang-github-aymerick-douceur-unit-test-devel >+ export LC_ALL=C >+ LC_ALL=C >+ export DOCDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/doc/golang-github-aymerick-douceur-unit-test-devel >+ cp -pr CHANGELOG.md /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/doc/golang-github-aymerick-douceur-unit-test-devel >+ cp -pr README.md /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/doc/golang-github-aymerick-douceur-unit-test-devel >+ exit 0 >Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ydQTpP >+ umask 022 >+ cd /builddir/build/BUILD >+ cd douceur-c5c95ec357c8235fbd7f34e8c843d36783f3fad9 >+ LICENSEDIR=/builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/licenses/golang-github-aymerick-douceur-unit-test-devel >+ export LC_ALL=C >+ LC_ALL=C >+ export LICENSEDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/licenses/golang-github-aymerick-douceur-unit-test-devel >+ cp -pr LICENSE /builddir/build/BUILDROOT/douceur-0.2.0-4.fc29.arm/usr/share/licenses/golang-github-aymerick-douceur-unit-test-devel >+ exit 0 >Provides: golang-github-aymerick-douceur-unit-test-devel = 0.2.0-4.fc29 golang-github-aymerick-douceur-unit-test-devel(armv7hl-32) = 0.2.0-4.fc29 >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Processing files: douceur-debugsource-0.2.0-4.fc29.armv7hl >RPM build errors: >error: Empty %files file /builddir/build/BUILD/douceur-c5c95ec357c8235fbd7f34e8c843d36783f3fad9/debugsourcefiles.list > Empty %files file /builddir/build/BUILD/douceur-c5c95ec357c8235fbd7f34e8c843d36783f3fad9/debugsourcefiles.list >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/douceur.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1603822
: 1461510 |
1461511
|
1461512