Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2020 01:26:34 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - 121arm64-quarterly][net/syncthing] Failed for syncthing-1.9.0 in build
Message-ID:  <202012290126.0BT1QYx6011848@ampere1.nyi.freebsd.org>

next in thread | raw e-mail | index | archive | help

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     swills@FreeBSD.org
Last committer: swills@FreeBSD.org
Ident:          $FreeBSD: branches/2020Q4/net/syncthing/Makefile 548128 2020-09-09 20:09:34Z swills $
Log URL:        http://ampere1.nyi.freebsd.org/data/121arm64-quarterly/559529/logs/syncthing-1.9.0.log
Build URL:      http://ampere1.nyi.freebsd.org/build.html?mastername=121arm64-quarterly&build=559529
Log:

=>> Building net/syncthing
build started at Tue Dec 29 01:26:10 UTC 2020
port directory: /usr/ports/net/syncthing
package name: syncthing-1.9.0
building for: FreeBSD 121arm64-quarterly-job-13 12.1-RELEASE FreeBSD 12.1-RELEASE arm64
maintained by: swills@FreeBSD.org
Makefile ident:      $FreeBSD: branches/2020Q4/net/syncthing/Makefile 548128 2020-09-09 20:09:34Z swills $
Poudriere version: 3.2.8-8-gaf08dbda
Host OSVERSION: 1300121
Jail OSVERSION: 1201000
Job Id: 13

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1201000
UNAME_v=FreeBSD 12.1-RELEASE
UNAME_r=12.1-RELEASE
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-8-gaf08dbda
MASTERMNT=/usr/local/poudriere/data/.m/121arm64-quarterly/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/121arm64-quarterly/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=121arm64-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/121arm64-quarterly/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for syncthing-1.9.0:
     DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
swills@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/net/syncthing/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/net/syncthing/work  HOME=/wrkdirs/usr/ports/net/syncthing/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/net/syncthing/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/net/syncthing/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/net/syncthing/work  HOME=/wrkdirs/usr/ports/net/syncthing/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/net/syncthing/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing  "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PORTDOCS="" OSREL=12.1 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/syncthing"  EXAMPLESDIR="share/examples/syncthing"  DATADIR="share/syncthing"  WWWDIR="www/syncthing"  ETCDIR="etc/syncthing"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/syncthing DOCSDIR=/usr/local/share/doc/syncthing EXAMPLESDIR=/usr/local/share/examples/syncthing  WWWDIR=/usr/local/www/syncthing ETCDIR=/usr/local/etc/syncthing
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
#### /usr/local/etc/poudriere.d/make.conf ####
# XXX: We really need this but cannot use it while 'make checksum' does not
# try the next mirror on checksum failure.  It currently retries the same
# failed mirror and then fails rather then trying another.  It *does*
# try the next if the size is mismatched though.
#MASTER_SITE_FREEBSD=yes
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1) Target: aarch64-unknown-freebsd12.1 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1) Target: aarch64-unknown-freebsd12.1 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1) Target: aarch64-unknown-freebsd12.1 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=aarch64
OPSYS=FreeBSD
_OSRELEASE=12.1-RELEASE
OSREL=12.1
OSVERSION=1201000
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  1048576
stack size              (kbytes, -s)  1048576
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===>  License MPL20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   syncthing-1.9.0 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.15.10.txz
[121arm64-quarterly-job-13] Installing pkg-1.15.10...
[121arm64-quarterly-job-13] Extracting pkg-1.15.10: .......... done
===>   syncthing-1.9.0 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of syncthing-1.9.0
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License MPL20 accepted by the user
===> Fetching all distfiles required by syncthing-1.9.0 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License MPL20 accepted by the user
===> Fetching all distfiles required by syncthing-1.9.0 for building
=> SHA256 Checksum OK for syncthing-source-v1.9.0.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License MPL20 accepted by the user
===> Fetching all distfiles required by syncthing-1.9.0 for building
===>  Extracting for syncthing-1.9.0
=> SHA256 Checksum OK for syncthing-source-v1.9.0.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for syncthing-1.9.0
===>  Applying FreeBSD patches for syncthing-1.9.0 from /usr/ports/net/syncthing/files
===========================================================================
=======================<phase: build-depends  >============================
===>   syncthing-1.9.0 depends on file: /usr/local/bin/go - not found
===>   Installing existing package /packages/All/go-1.15.6,1.txz
[121arm64-quarterly-job-13] Installing go-1.15.6,1...
[121arm64-quarterly-job-13] `-- Installing binutils-2.33.1_4,1...
[121arm64-quarterly-job-13] |   `-- Installing gettext-runtime-0.21...
[121arm64-quarterly-job-13] |   | `-- Installing indexinfo-0.3.1...
[121arm64-quarterly-job-13] |   | `-- Extracting indexinfo-0.3.1: .... done
[121arm64-quarterly-job-13] |   `-- Extracting gettext-runtime-0.21: .......... done
[121arm64-quarterly-job-13] `-- Extracting binutils-2.33.1_4,1: .......... done
[121arm64-quarterly-job-13] Extracting go-1.15.6,1: .......... done
=====
Message from binutils-2.33.1_4,1:

--
===>   NOTICE:

The binutils port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
<snip>
golang.org/x/crypto/curve25519
os/user
vendor/golang.org/x/net/http2/hpack
mime
github.com/calmh/xdr
golang.org/x/net/bpf
compress/flate
vendor/golang.org/x/text/unicode/norm
github.com/go-asn1-ber/asn1-ber
golang.org/x/text/unicode/norm
math/big
github.com/gobwas/glob/match
golang.org/x/sys/unix
go/token
google.golang.org/protobuf/internal/errors
github.com/syndtr/goleveldb/leveldb/util
text/template/parse
encoding/json
google.golang.org/protobuf/internal/version
github.com/vitrun/qart/coding
github.com/gobwas/glob/syntax/lexer
database/sql/driver
runtime/trace
github.com/syncthing/syncthing/lib/build
github.com/syncthing/syncthing/lib/logger
github.com/thejerf/suture
github.com/sasha-s/go-deadlock
github.com/syncthing/notify
golang.org/x/net/internal/timeseries
vendor/golang.org/x/text/unicode/bidi
google.golang.org/protobuf/encoding/protowire
github.com/syndtr/goleveldb/leveldb/cache
github.com/syndtr/goleveldb/leveldb/errors
github.com/syndtr/goleveldb/leveldb/filter
github.com/syncthing/syncthing/lib/upgrade
github.com/gobwas/glob/syntax/ast
compress/gzip
google.golang.org/protobuf/reflect/protoreflect
archive/zip
github.com/syndtr/goleveldb/leveldb/opt
github.com/syndtr/goleveldb/leveldb/journal
github.com/syndtr/goleveldb/leveldb/iterator
github.com/syncthing/syncthing/lib/sync
github.com/vitrun/qart/qr
github.com/gobwas/glob/compiler
github.com/gobwas/glob/syntax
vendor/golang.org/x/text/secure/bidirule
runtime/pprof
internal/profile
text/template
github.com/syncthing/syncthing/lib/connections/registry
github.com/gobwas/glob
vendor/golang.org/x/net/idna
github.com/syndtr/goleveldb/leveldb/memdb
github.com/syndtr/goleveldb/leveldb/table
google.golang.org/protobuf/internal/fieldsort
google.golang.org/protobuf/internal/mapsort
google.golang.org/protobuf/reflect/protoregistry
google.golang.org/protobuf/runtime/protoiface
google.golang.org/protobuf/internal/strs
google.golang.org/protobuf/internal/genid
google.golang.org/protobuf/internal/descfmt
google.golang.org/protobuf/internal/descopts
github.com/dgraph-io/ristretto/z
github.com/gogo/protobuf/proto
google.golang.org/protobuf/internal/encoding/text
github.com/shirou/gopsutil/internal/common
google.golang.org/protobuf/internal/encoding/messageset
github.com/dgraph-io/ristretto
crypto/dsa
encoding/asn1
crypto/elliptic
github.com/dustin/go-humanize
crypto/rand
github.com/syndtr/goleveldb/leveldb
google.golang.org/protobuf/proto
github.com/syncthing/syncthing/lib/util
vendor/golang.org/x/net/http/httpproxy
golang.org/x/net/internal/socks
log/syslog
github.com/jackpal/gateway
github.com/AudriusButkevicius/pfilter
net/textproto
github.com/jackpal/go-nat-pmp
golang.org/x/net/internal/socket
crypto/ed25519
github.com/syncthing/syncthing/lib/rand
github.com/syncthing/syncthing/lib/sha256
html/template
crypto/rsa
github.com/lucas-clemente/quic-go/internal/protocol
golang.org/x/crypto/bcrypt
google.golang.org/protobuf/internal/encoding/defval
github.com/ccding/go-stun/stun
github.com/syncthing/syncthing/lib/ur/contract
github.com/syncthing/syncthing/lib/events
github.com/rcrowley/go-metrics
golang.org/x/net/proxy
github.com/shirou/gopsutil/disk
github.com/lucas-clemente/quic-go/internal/utils
vendor/golang.org/x/crypto/cryptobyte
crypto/x509/pkix
golang.org/x/crypto/cryptobyte
vendor/golang.org/x/net/http/httpguts
mime/multipart
golang.org/x/net/ipv4
golang.org/x/net/ipv6
github.com/syncthing/syncthing/lib/fs
# golang.org/x/net/ipv6
vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:126:1: syntax error: non-declaration statement outside function body
vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:129:2: sysIPV6_UNICAST_HOPS redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:7:27
vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:130:2: sysIPV6_MULTICAST_IF redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:8:27
vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:131:2: sysIPV6_MULTICAST_HOPS redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:9:27
vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:132:2: sysIPV6_MULTICAST_LOOP redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:10:27
vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:133:2: sysIPV6_JOIN_GROUP redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:11:27
vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:134:2: sysIPV6_LEAVE_GROUP redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:12:27
vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:135:2: sysIPV6_PORTRANGE redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:13:27
vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:136:2: sysICMP6_FILTER redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:14:27
vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:138:2: sysIPV6_CHECKSUM redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:16:21
vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go:138:2: too many errors
# golang.org/x/net/ipv4
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:97:1: syntax error: non-declaration statement outside function body
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:100:2: sysIP_OPTIONS redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:7:22
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:101:2: sysIP_HDRINCL redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:8:22
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:102:2: sysIP_TOS redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:9:22
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:103:2: sysIP_TTL redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:10:22
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:104:2: sysIP_RECVOPTS redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:11:22
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:105:2: sysIP_RECVRETOPTS redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:12:22
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:106:2: sysIP_RECVDSTADDR redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:13:22
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:107:2: sysIP_SENDSRCADDR redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:14:22
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:108:2: sysIP_RETOPTS redeclared in this block
	previous declaration at vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:15:22
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go:108:2: too many errors
crypto/ecdsa
google.golang.org/protobuf/encoding/prototext
google.golang.org/protobuf/internal/filedesc
crypto/x509
github.com/syncthing/syncthing/lib/locations
google.golang.org/protobuf/internal/encoding/tag
crypto/tls
google.golang.org/protobuf/internal/impl
github.com/gogo/protobuf/protoc-gen-gogo/descriptor
github.com/gogo/protobuf/gogoproto
github.com/syncthing/syncthing/lib/protocol
net/http/httptrace
github.com/syncthing/syncthing/lib/tlsutil
github.com/marten-seemann/qtls-go1-15
net/http
google.golang.org/protobuf/internal/filetype
github.com/syncthing/syncthing/lib/relay/protocol
google.golang.org/protobuf/runtime/protoimpl
github.com/golang/protobuf/proto
github.com/dgraph-io/badger/v2/pb
github.com/lucas-clemente/quic-go/quictrace/pb
github.com/lucas-clemente/quic-go/internal/qtls
github.com/lucas-clemente/quic-go/internal/qerr
github.com/lucas-clemente/quic-go/internal/flowcontrol
github.com/lucas-clemente/quic-go/internal/wire
github.com/lucas-clemente/quic-go/quictrace
github.com/lucas-clemente/quic-go/logging
github.com/lucas-clemente/quic-go/internal/logutils
github.com/lucas-clemente/quic-go/internal/congestion
github.com/lucas-clemente/quic-go/internal/handshake
github.com/lucas-clemente/quic-go/internal/ackhandler
github.com/lucas-clemente/quic-go
github.com/syncthing/syncthing/lib/assets
golang.org/x/net/trace
expvar
github.com/Azure/go-ntlmssp
net/http/pprof
github.com/syncthing/syncthing/lib/api/auto
github.com/go-ldap/ldap/v3
github.com/dgraph-io/badger/v2/y
github.com/dgraph-io/badger/v2/skl
github.com/dgraph-io/badger/v2/table
github.com/dgraph-io/badger/v2
github.com/syncthing/syncthing/lib/db/backend
exit status 2
exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/net/syncthing



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012290126.0BT1QYx6011848>